File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " serde"
3- version = " 1.0.150 " # remember to update html_root_url and serde_derive dependency
3+ version = " 1.0.151 " # remember to update html_root_url and serde_derive dependency
44authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
55build = " build.rs"
66categories = [" encoding" , " no-std" ]
@@ -15,7 +15,7 @@ repository = "https://github.com/serde-rs/serde"
1515rust-version = " 1.13"
1616
1717[dependencies ]
18- serde_derive = { version = " =1.0.150 " , optional = true , path = " ../serde_derive" }
18+ serde_derive = { version = " =1.0.151 " , optional = true , path = " ../serde_derive" }
1919
2020[dev-dependencies ]
2121serde_derive = { version = " 1.0" , path = " ../serde_derive" }
Original file line number Diff line number Diff line change 8181////////////////////////////////////////////////////////////////////////////////
8282
8383// Serde types in rustdoc of other crates get linked to here.
84- #![ doc( html_root_url = "https://docs.rs/serde/1.0.150 " ) ]
84+ #![ doc( html_root_url = "https://docs.rs/serde/1.0.151 " ) ]
8585// Support using Serde without the standard library!
8686#![ cfg_attr( not( feature = "std" ) , no_std) ]
8787// Unstable functionality only if the user asks for it. For tracking and
Original file line number Diff line number Diff line change 11[package ]
22name = " serde_derive"
3- version = " 1.0.150 " # remember to update html_root_url
3+ version = " 1.0.151 " # remember to update html_root_url
44authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
55categories = [" no-std" ]
66description = " Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
Original file line number Diff line number Diff line change 1313//!
1414//! [https://serde.rs/derive.html]: https://serde.rs/derive.html
1515
16- #![ doc( html_root_url = "https://docs.rs/serde_derive/1.0.150 " ) ]
16+ #![ doc( html_root_url = "https://docs.rs/serde_derive/1.0.151 " ) ]
1717#![ allow( unknown_lints, bare_trait_objects) ]
1818// Ignored clippy lints
1919#![ allow(
Original file line number Diff line number Diff line change 11[package ]
22name = " serde_test"
3- version = " 1.0.150 " # remember to update html_root_url
3+ version = " 1.0.151 " # remember to update html_root_url
44authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
55build = " build.rs"
66categories = [" development-tools::testing" ]
Original file line number Diff line number Diff line change 144144//! # }
145145//! ```
146146
147- #![ doc( html_root_url = "https://docs.rs/serde_test/1.0.150 " ) ]
147+ #![ doc( html_root_url = "https://docs.rs/serde_test/1.0.151 " ) ]
148148#![ cfg_attr( feature = "cargo-clippy" , allow( renamed_and_removed_lints) ) ]
149149// Ignored clippy lints
150150#![ cfg_attr( feature = "cargo-clippy" , allow( float_cmp, needless_doctest_main) ) ]
You can’t perform that action at this time.
0 commit comments