Skip to content

Commit

Permalink
Update syn related dependencies to 1.0 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Aug 15, 2019
1 parent bbaeeb1 commit a3bbc40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -8,15 +8,15 @@ categories = [ "science" ]
license = "MIT/Apache-2.0"
name = "num-derive"
repository = "https://github.com/rust-num/num-derive"
version = "0.2.5"
version = "0.2.6"
readme = "README.md"
build = "build.rs"
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]

[dependencies]
proc-macro2 = "0.4.2"
quote = "0.6"
syn = "0.15"
proc-macro2 = "1"
quote = "1"
syn = "1"

[dev-dependencies]
num = "0.2"
Expand Down

0 comments on commit a3bbc40

Please sign in to comment.