Skip to content

Commit

Permalink
Release 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 31, 2023
1 parent 06686e6 commit 65a95be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "linkme"
version = "0.3.9"
version = "0.3.10"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::build-utils", "development-tools::procedural-macro-helpers", "no-std"]
description = "Safe cross-platform linker shenanigans"
Expand All @@ -19,7 +19,7 @@ edition = "2015"
used_linker = ["linkme-impl/used_linker"]

[dependencies]
linkme-impl = { version = "=0.3.9", path = "impl" }
linkme-impl = { version = "=0.3.10", path = "impl" }

[dev-dependencies]
once_cell = "1.16"
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "linkme-impl"
version = "0.3.9"
version = "0.3.10"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Implementation detail of the linkme crate"
documentation = "https://docs.rs/linkme"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -106,7 +106,7 @@
//! ```

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

0 comments on commit 65a95be

Please sign in to comment.