File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " serde"
3
- version = " 1.0.218 "
3
+ version = " 1.0.219 "
4
4
authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
5
5
build = " build.rs"
6
6
categories = [" encoding" , " no-std" , " no-std::no-alloc" ]
@@ -39,7 +39,7 @@ rustdoc-args = [
39
39
# is compatible with exactly one serde release because the generated code
40
40
# involves nonpublic APIs which are not bound by semver.
41
41
[target .'cfg(any())' .dependencies ]
42
- serde_derive = { version = " =1.0.218 " , path = " ../serde_derive" }
42
+ serde_derive = { version = " =1.0.219 " , path = " ../serde_derive" }
43
43
44
44
45
45
# ## FEATURES #################################################################
Original file line number Diff line number Diff line change 95
95
////////////////////////////////////////////////////////////////////////////////
96
96
97
97
// Serde types in rustdoc of other crates get linked to here.
98
- #![ doc( html_root_url = "https://docs.rs/serde/1.0.218 " ) ]
98
+ #![ doc( html_root_url = "https://docs.rs/serde/1.0.219 " ) ]
99
99
// Support using Serde without the standard library!
100
100
#![ cfg_attr( not( feature = "std" ) , no_std) ]
101
101
// Show which crate feature enables conditionally compiled APIs in documentation.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " serde_derive"
3
- version = " 1.0.218 "
3
+ version = " 1.0.219 "
4
4
authors = [" Erick Tryzelaar <erick.tryzelaar@gmail.com>" , " David Tolnay <dtolnay@gmail.com>" ]
5
5
categories = [" no-std" , " no-std::no-alloc" ]
6
6
description = " Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
Original file line number Diff line number Diff line change 13
13
//!
14
14
//! [https://serde.rs/derive.html]: https://serde.rs/derive.html
15
15
16
- #![ doc( html_root_url = "https://docs.rs/serde_derive/1.0.218 " ) ]
16
+ #![ doc( html_root_url = "https://docs.rs/serde_derive/1.0.219 " ) ]
17
17
#![ cfg_attr( not( check_cfg) , allow( unexpected_cfgs) ) ]
18
18
// Ignored clippy lints
19
19
#![ allow(
You can’t perform that action at this time.
0 commit comments