Skip to content

Commit

Permalink
Bump the version of the log dependency
Browse files Browse the repository at this point in the history
The old one isn't compatible with the beta channel.

This makes `hpack` work in the Rust beta.
  • Loading branch information
mlalic committed Apr 11, 2015
1 parent fb4a1fe commit 3a76a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ documentation = "https://mlalic.github.io/hpack-rs/hpack/index.html"
interop_tests = ["rustc-serialize"]

[dependencies]
log = "^0.2"
log = "^0.3"

[dependencies.rustc-serialize]
version = "^0.3"
Expand Down

0 comments on commit 3a76a05

Please sign in to comment.