From 6bb78b04828ad5e139515de7d47b59adb37d0205 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Thu, 1 Jun 2023 10:13:47 +0000 Subject: Upgrade linkme to 0.3.10 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 --- Cargo.toml.orig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml.orig') 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 "] 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" -- cgit v1.2.3