aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-12-13 08:06:26 +0100
committerJeff Vander Stoep <jeffv@google.com>2022-12-13 08:06:54 +0100
commit73a6af62ee48c07822ccc9417ac0ba3b98794c28 (patch)
tree6337afdd89f0a3711f9a5ef20262c344230733e0 /Cargo.toml.orig
parent74b42a9432b4335dafff9f6d1a76d6a6176882be (diff)
downloadno-panic-73a6af62ee48c07822ccc9417ac0ba3b98794c28.tar.gz
Upgrade no-panic to 0.1.16main-16k-with-phones
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/no-panic For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I507eebf3d0acac9ea45649f98e1f42dae1636214
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig10
1 files changed, 6 insertions, 4 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index f32a7f2..ab773e7 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,13 +1,13 @@
[package]
name = "no-panic"
-version = "0.1.15"
+version = "0.1.16"
authors = ["David Tolnay <dtolnay@gmail.com>"]
+description = "Attribute macro to require that the compiler prove a function can't ever panic."
+documentation = "https://docs.rs/no-panic"
edition = "2018"
license = "MIT OR Apache-2.0"
-description = "Attribute macro to require that the compiler prove a function can't ever panic."
repository = "https://github.com/dtolnay/no-panic"
-documentation = "https://docs.rs/no-panic"
-readme = "README.md"
+rust-version = "1.31"
[lib]
proc-macro = true
@@ -18,7 +18,9 @@ quote = "1.0"
syn = { version = "1.0", features = ["full"] }
[dev-dependencies]
+rustversion = "1.0.9"
tempfile = "3.0"
+trybuild = { version = "1.0.69", features = ["diff"] }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]