Skip to content

Commit 9337dc7

Browse files
committed
Release 0.2.7
1 parent 7aab4e3 commit 9337dc7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linkme"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Safe cross-platform linker shenanigans"
@@ -14,7 +14,7 @@ name = "module_2015"
1414
edition = "2015"
1515

1616
[dependencies]
17-
linkme-impl = { version = "=0.2.6", path = "impl" }
17+
linkme-impl = { version = "=0.2.7", path = "impl" }
1818

1919
[dev-dependencies]
2020
rustversion = "1.0"

impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linkme-impl"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Implementation detail of the linkme crate"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
//! ```
101101
102102
#![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")]
104104
#![allow(
105105
clippy::doc_markdown,
106106
clippy::empty_enum,

0 commit comments

Comments
 (0)