aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 0c21208..082088a 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -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"
@@ -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"