aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-06-01 10:13:47 +0000
committerAndrew Walbran <qwandor@google.com>2023-06-01 10:13:47 +0000
commit6bb78b04828ad5e139515de7d47b59adb37d0205 (patch)
treebd66819aa56e48f011ae009ecb4a0ba354d45ffe /Cargo.toml.orig
parent2970041c341ecaa3e8d9996f422a50a8f5bb76be (diff)
downloadlinkme-6bb78b04828ad5e139515de7d47b59adb37d0205.tar.gz
Upgrade linkme to 0.3.10main-16k
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/linkme For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I78008dff2e7e63eea9d81806c1be67e1308f9911
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"