File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " serde_bytes"
3- version = " 0.10.5 " # remember to update html_root_url
3+ version = " 0.11.0 " # remember to update html_root_url
44authors = [" David Tolnay <dtolnay@gmail.com>" ]
55license = " MIT OR Apache-2.0"
66description = " Optimized handling of `&[u8]` and `Vec<u8>` for Serde"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Wrapper types to enable optimized handling of `&[u8]` and `Vec<u8>`.
44
55``` toml
66[dependencies ]
7- serde_bytes = " 0.10 "
7+ serde_bytes = " 0.11 "
88```
99
1010## Explanation
Original file line number Diff line number Diff line change 2727//! }
2828//! ```
2929
30- #![ doc( html_root_url = "https://docs.rs/serde_bytes/0.10.5 " ) ]
30+ #![ doc( html_root_url = "https://docs.rs/serde_bytes/0.11.0 " ) ]
3131#![ cfg_attr( not( feature = "std" ) , no_std) ]
3232#![ cfg_attr( feature = "alloc" , feature( alloc) ) ]
3333#![ deny( missing_docs) ]
You can’t perform that action at this time.
0 commit comments