-
-
Notifications
You must be signed in to change notification settings - Fork 790
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from erickt/update
Update aster, quasi, and syntex
- Loading branch information
Showing
6 changed files
with
120 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "serde" | ||
version = "0.6.0" | ||
version = "0.6.1" | ||
authors = ["Erick Tryzelaar <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
description = "A generic serialization/deserialization framework" | ||
|
@@ -10,8 +10,7 @@ readme = "../README.md" | |
keywords = ["serde", "serialization"] | ||
|
||
[dependencies] | ||
num = "*" | ||
num = "^0.1.27" | ||
|
||
[features] | ||
nightly = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "serde_codegen" | ||
version = "0.5.3" | ||
version = "0.6.1" | ||
authors = ["Erick Tryzelaar <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
description = "Macros to auto-generate implementations for the serde framework" | ||
|
@@ -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 = "*", optional = true } | ||
syntex = { version = "*", optional = true } | ||
quasi_codegen = { verision = "^0.3.4", optional = true } | ||
syntex = { version = "^0.18.0", optional = true } | ||
|
||
[dependencies] | ||
aster = { version = "*", default-features = false } | ||
quasi = { verision = "*", default-features = false } | ||
quasi_macros = { version = "*", optional = true } | ||
syntex = { version = "*", optional = true } | ||
syntex_syntax = { version = "*", optional = true } | ||
aster = { version = "^0.5.0", default-features = false } | ||
quasi = { verision = "^0.3.5", default-features = false } | ||
quasi_macros = { version = "^0.3.5", optional = true } | ||
syntex = { version = "^0.17.0", optional = true } | ||
syntex_syntax = { version = "^0.18.0", optional = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.