aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 20:36:26 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 20:36:26 +0000
commit7348aca8dd386b92e4a540ff8d655145c2012da0 (patch)
tree91380375cadc4e0835f7e031ac39e9a33dce2c13 /Cargo.toml.orig
parent92ed66199eb5b1ef475b309262864e86071a3773 (diff)
parent6e1d8718fc5e3dbc97a6b030204ef46f4e0289dd (diff)
downloadserde_derive-7348aca8dd386b92e4a540ff8d655145c2012da0.tar.gz
Change-Id: I2a1ac929d982f179ab404ac7f82228da77ffbf13
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"