File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " semver"
3
- version = " 1.0.13 "
3
+ version = " 1.0.14 "
4
4
authors = [" David Tolnay <dtolnay@gmail.com>" ]
5
5
categories = [" data-structures" , " no-std" ]
6
6
description = " Parser and evaluator for Cargo's flavor of Semantic Versioning"
Original file line number Diff line number Diff line change 60
60
//!
61
61
//! [Specifying Dependencies]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html
62
62
63
- #![ doc( html_root_url = "https://docs.rs/semver/1.0.13 " ) ]
63
+ #![ doc( html_root_url = "https://docs.rs/semver/1.0.14 " ) ]
64
64
#![ cfg_attr( doc_cfg, feature( doc_cfg) ) ]
65
65
#![ cfg_attr( all( not( feature = "std" ) , not( no_alloc_crate) ) , no_std) ]
66
66
#![ cfg_attr( not( no_unsafe_op_in_unsafe_fn_lint) , deny( unsafe_op_in_unsafe_fn) ) ]
You can’t perform that action at this time.
0 commit comments