forked from serde-rs/serde
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename serde to serde2, which is a workaround for a major cargo funct…
…ionality oversight and bug rust-lang/cargo#5730
- Loading branch information
Showing
106 changed files
with
431 additions
and
431 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,5 +1,5 @@ | ||
[package] | ||
name = "serde" | ||
name = "serde2" | ||
version = "1.0.80" # remember to update html_root_url | ||
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
|
@@ -18,10 +18,10 @@ travis-ci = { repository = "serde-rs/serde" } | |
appveyor = { repository = "serde-rs/serde" } | ||
|
||
[dependencies] | ||
serde_derive = { version = "1.0", optional = true, path = "../serde_derive" } | ||
serde2_derive = { version = "1.0", optional = true, path = "../serde_derive" } | ||
|
||
[dev-dependencies] | ||
serde_derive = { version = "1.0", path = "../serde_derive" } | ||
serde2_derive = { version = "1.0", path = "../serde_derive" } | ||
|
||
|
||
### FEATURES ################################################################# | ||
|
@@ -53,7 +53,7 @@ default = ["std"] | |
# #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] | ||
# struct ... | ||
# | ||
derive = ["serde_derive"] | ||
derive = ["serde2_derive"] | ||
|
||
# Provide impls for common standard library types like Vec<T> and HashMap<K, V>. | ||
# Requires a dependency on the Rust standard library. | ||
|
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
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.