File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " linkme"
3
- version = " 0.2.6 "
3
+ version = " 0.2.7 "
4
4
authors = [
" David Tolnay <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Safe cross-platform linker shenanigans"
@@ -14,7 +14,7 @@ name = "module_2015"
14
14
edition = " 2015"
15
15
16
16
[dependencies ]
17
- linkme-impl = { version = " =0.2.6 " , path = " impl" }
17
+ linkme-impl = { version = " =0.2.7 " , path = " impl" }
18
18
19
19
[dev-dependencies ]
20
20
rustversion = " 1.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " linkme-impl"
3
- version = " 0.2.6 "
3
+ version = " 0.2.7 "
4
4
authors = [
" David Tolnay <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Implementation detail of the linkme crate"
Original file line number Diff line number Diff line change 100
100
//! ```
101
101
102
102
#![ no_std]
103
- #![ doc( html_root_url = "https://docs.rs/linkme/0.2.6 " ) ]
103
+ #![ doc( html_root_url = "https://docs.rs/linkme/0.2.7 " ) ]
104
104
#![ allow(
105
105
clippy:: doc_markdown,
106
106
clippy:: empty_enum,
You can’t perform that action at this time.
0 commit comments