Skip to content

Commit edd2a89

Browse files
committed
Release 0.3.26
1 parent fd3d4c6 commit edd2a89

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.3.25"
3+
version = "0.3.26"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["development-tools::build-utils", "development-tools::procedural-macro-helpers", "no-std", "no-std::no-alloc"]
66
description = "Safe cross-platform linker shenanigans"
@@ -19,7 +19,7 @@ edition = "2015"
1919
used_linker = ["linkme-impl/used_linker"]
2020

2121
[dependencies]
22-
linkme-impl = { version = "=0.3.25", path = "impl" }
22+
linkme-impl = { version = "=0.3.26", path = "impl" }
2323

2424
[dev-dependencies]
2525
once_cell = "1.16"

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.3.25"
3+
version = "0.3.26"
44
authors = ["David Tolnay <[email protected]>"]
55
description = "Implementation detail of the linkme crate"
66
documentation = "https://docs.rs/linkme"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
//! </details>
135135
136136
#![no_std]
137-
#![doc(html_root_url = "https://docs.rs/linkme/0.3.25")]
137+
#![doc(html_root_url = "https://docs.rs/linkme/0.3.26")]
138138
#![deny(unsafe_op_in_unsafe_fn)]
139139
#![allow(
140140
clippy::doc_markdown,

0 commit comments

Comments
 (0)