Skip to content

Commit

Permalink
feat(cargo): Bump syntex, aster, and quasi versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Nov 23, 2015
1 parent a577574 commit af6fbba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions serde_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_codegen"
version = "0.6.3"
version = "0.6.4"
authors = ["Erick Tryzelaar <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"
Expand All @@ -15,12 +15,12 @@ nightly = ["quasi_macros"]
with-syntex = ["quasi/with-syntex", "quasi_codegen", "quasi_codegen/with-syntex", "syntex", "syntex_syntax"]

[build-dependencies]
quasi_codegen = { verision = "^0.3.7", optional = true }
syntex = { version = "^0.17.0", optional = true }
quasi_codegen = { verision = "^0.3.8", optional = true }
syntex = { version = "^0.22.0", optional = true }

[dependencies]
aster = { version = "^0.7.0", default-features = false }
quasi = { verision = "^0.3.7", default-features = false }
quasi_macros = { version = "^0.3.7", optional = true }
syntex = { version = "^0.17.0", optional = true }
syntex_syntax = { version = "^0.20.0", optional = true }
aster = { version = "^0.8.0", default-features = false }
quasi = { verision = "^0.3.8", default-features = false }
quasi_macros = { version = "^0.3.8", optional = true }
syntex = { version = "^0.22.0", optional = true }
syntex_syntax = { version = "^0.22.0", optional = true }
6 changes: 3 additions & 3 deletions serde_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ keywords = ["serialization"]
build = "build.rs"

[build-dependencies]
syntex = { version = "^0.17.0" }
syntex_syntax = { version = "^0.20.0" }
syntex = { version = "^0.22.0" }
syntex_syntax = { version = "^0.22.0" }
serde_codegen = { version = "*", path = "../serde_codegen", features = ["with-syntex"] }

[dev-dependencies]
num = "^0.1.27"
rustc-serialize = "^0.3.16"
serde = { version = "*", path = "../serde" }
syntex = "^0.17.0"
syntex = "^0.22.0"

[[test]]
name = "test"
Expand Down

0 comments on commit af6fbba

Please sign in to comment.