aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:07:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:07:07 +0000
commit076e96781ff96bb6a6bd9cf3a4100f91c0ca7dc8 (patch)
tree91380375cadc4e0835f7e031ac39e9a33dce2c13 /Cargo.toml.orig
parent92ed66199eb5b1ef475b309262864e86071a3773 (diff)
parent6e1d8718fc5e3dbc97a6b030204ef46f4e0289dd (diff)
downloadserde_derive-076e96781ff96bb6a6bd9cf3a4100f91c0ca7dc8.tar.gz
Change-Id: I31f880340a6c426ca893763123ce24543d60e26d
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 24e2f6b..47fda7f 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,7 +1,8 @@
[package]
name = "serde_derive"
-version = "1.0.123" # remember to update html_root_url
+version = "1.0.136" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
+rust-version = "1.31"
license = "MIT OR Apache-2.0"
description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
homepage = "https://serde.rs"