Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #94 from nox/bitflags
Browse files Browse the repository at this point in the history
Bump bitflags to 0.7
  • Loading branch information
dtolnay authored Oct 4, 2016
2 parents f1118ad + 53bff95 commit 90ab4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntex_syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/serde-rs/syntex"
include = ["Cargo.toml", "src/**/*.rs"]

[dependencies]
bitflags = "^0.5.0"
bitflags = "^0.7.0"
libc = "^0.2.13"
log = "^0.3.6"
rustc-serialize = "^0.3.16"
Expand Down

0 comments on commit 90ab4ba

Please sign in to comment.