File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " serde"
3- version = " 1.0.208 "
3+ version = " 1.0.209 "
44authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
55build = " build.rs"
66categories = [" encoding" , " no-std" , " no-std::no-alloc" ]
@@ -37,7 +37,7 @@ rustdoc-args = ["--generate-link-to-definition"]
3737# is compatible with exactly one serde release because the generated code
3838# involves nonpublic APIs which are not bound by semver.
3939[target .'cfg(any())' .dependencies ]
40- serde_derive = { version = " =1.0.208 " , path = " ../serde_derive" }
40+ serde_derive = { version = " =1.0.209 " , path = " ../serde_derive" }
4141
4242
4343# ## FEATURES #################################################################
Original file line number Diff line number Diff line change 9595////////////////////////////////////////////////////////////////////////////////
9696
9797// Serde types in rustdoc of other crates get linked to here.
98- #![ doc( html_root_url = "https://docs.rs/serde/1.0.208 " ) ]
98+ #![ doc( html_root_url = "https://docs.rs/serde/1.0.209 " ) ]
9999// Support using Serde without the standard library!
100100#![ cfg_attr( not( feature = "std" ) , no_std) ]
101101// Show which crate feature enables conditionally compiled APIs in documentation.
Original file line number Diff line number Diff line change 11[package ]
22name = " serde_derive"
3- version = " 1.0.208 "
3+ version = " 1.0.209 "
44authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
55categories = [" no-std" , " no-std::no-alloc" ]
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.208 " ) ]
16+ #![ doc( html_root_url = "https://docs.rs/serde_derive/1.0.209 " ) ]
1717#![ cfg_attr( not( check_cfg) , allow( unexpected_cfgs) ) ]
1818// Ignored clippy lints
1919#![ allow(
You can’t perform that action at this time.
0 commit comments