aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d9cf97f..22b17d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.62"
name = "linkme"
-version = "0.3.9"
+version = "0.3.10"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Safe cross-platform linker shenanigans"
documentation = "https://docs.rs/linkme"
@@ -38,7 +38,7 @@ name = "module_2015"
edition = "2015"
[dependencies.linkme-impl]
-version = "=0.3.9"
+version = "=0.3.10"
[dev-dependencies.once_cell]
version = "1.16"