Skip to content

Commit

Permalink
Release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 26, 2021
1 parent 7aab4e3 commit 9337dc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linkme"
version = "0.2.6"
version = "0.2.7"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Safe cross-platform linker shenanigans"
Expand All @@ -14,7 +14,7 @@ name = "module_2015"
edition = "2015"

[dependencies]
linkme-impl = { version = "=0.2.6", path = "impl" }
linkme-impl = { version = "=0.2.7", path = "impl" }

[dev-dependencies]
rustversion = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linkme-impl"
version = "0.2.6"
version = "0.2.7"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Implementation detail of the linkme crate"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
//! ```

#![no_std]
#![doc(html_root_url = "https://docs.rs/linkme/0.2.6")]
#![doc(html_root_url = "https://docs.rs/linkme/0.2.7")]
#![allow(
clippy::doc_markdown,
clippy::empty_enum,
Expand Down

0 comments on commit 9337dc7

Please sign in to comment.