Snap for 7256110 from 81fe67f80c8c7fda08d00ee70449c0276e7ba289 to sc-v2-release
Change-Id: I321ff731545782cc13c132ebe30337c68432859a
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index 36e1045..cfe44cd 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,5 +1,5 @@
{
"git": {
- "sha1": "89a6e201efdbfe6bd1495e15ded0b1a67d651525"
+ "sha1": "83b852c9bba47359ad33fc5b1f81f29425bc97e8"
}
}
diff --git a/Android.bp b/Android.bp
index c1be30a..44d059f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,5 @@
// This file is generated by cargo2android.py --run --dependencies --device.
+// Do not modify this file as changes will be overridden on upgrade.
package {
default_applicable_licenses: [
@@ -51,7 +52,7 @@
}
// dependent_library ["feature_list"]
-// proc-macro2-1.0.24 "default,proc-macro"
-// quote-1.0.8 "default,proc-macro"
-// syn-1.0.60 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
+// proc-macro2-1.0.26 "default,proc-macro"
+// quote-1.0.9 "default,proc-macro"
+// syn-1.0.68 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
// unicode-xid-0.2.1 "default"
diff --git a/Cargo.toml b/Cargo.toml
index a97a171..3267e55 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "derive_arbitrary"
-version = "1.0.0-rc2"
+version = "1.0.0"
authors = ["The Rust-Fuzz Project Developers", "Nick Fitzgerald <[email protected]>", "Manish Goregaokar <[email protected]>", "Andre Bogus <[email protected]>", "Corey Farwell <[email protected]>"]
description = "Derives arbitrary traits"
documentation = "https://docs.rs/arbitrary/"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 09fc58a..95c548e 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "derive_arbitrary"
-version = "1.0.0-rc2" # Make sure it matches the version of the arbitrary crate itself.
+version = "1.0.0" # Make sure it matches the version of the arbitrary crate itself.
authors = [
"The Rust-Fuzz Project Developers",
"Nick Fitzgerald <[email protected]>",
diff --git a/METADATA b/METADATA
index 4ac17dd..710fe50 100644
--- a/METADATA
+++ b/METADATA
@@ -7,13 +7,13 @@
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/derive_arbitrary/derive_arbitrary-1.0.0-rc2.crate"
+ value: "https://static.crates.io/crates/derive_arbitrary/derive_arbitrary-1.0.0.crate"
}
- version: "1.0.0-rc2"
+ version: "1.0.0"
license_type: NOTICE
last_upgrade_date {
year: 2021
- month: 2
- day: 9
+ month: 4
+ day: 1
}
}