Skip to content

Commit bc3f7b3

Browse files
committed
Update log to 0.4 and bump version
1 parent 9bfe211 commit bc3f7b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xcb"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = [ "Remi Thebault <[email protected]>" ]
55
description = "Rust bindings and wrappers for XCB"
66
repository = "https://github.com/rtbo/rust-xcb"
@@ -16,7 +16,7 @@ libc = "0.2"
1616

1717
[dependencies]
1818
libc = "0.2"
19-
log = "0.3"
19+
log = "0.4"
2020

2121
[dependencies.x11]
2222
version = "2.3"

0 commit comments

Comments
 (0)