aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-09-22 11:19:44 -0700
committerJoel Galenson <jgalenson@google.com>2021-09-22 11:19:44 -0700
commit0efbd40678185898855d20949f214d7c55e075ba (patch)
tree9767e8ee4aefab4b6992d8cbc27f9ac98220a93f /Cargo.toml.orig
parentb3ad500f0e2eb2022859078339a8b2b4bb42332f (diff)
downloadserde_derive-0efbd40678185898855d20949f214d7c55e075ba.tar.gz
Upgrade rust/crates/serde_derive to 1.0.130
Test: make Change-Id: I2357003e23ca7a9582ebc171da5673f3e2be9a0d
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 161cc20..4e1d4f2 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "serde_derive"
-version = "1.0.127" # remember to update html_root_url
+version = "1.0.130" # remember to update html_root_url
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"