aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-11 23:20:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-11 23:20:33 +0000
commitfa0b8afa5ac6b0ea2dc84159bfac51688cf3d945 (patch)
treeaeaf1c535c28d84c77e7a08bb06ee9064206009b /Cargo.toml.orig
parentce0b44810903a710fa51d10c76c7ff9d29efe6fb (diff)
parent79ec7f1ff9ee4c3b2fb55cfebe56434a7dd949fb (diff)
downloadheck-fa0b8afa5ac6b0ea2dc84159bfac51688cf3d945.tar.gz
Upgrade rust/crates/heck to 0.3.2 am: 79ec7f1ff9
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/heck/+/1535581 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I72d51d500afc8079dd0c0c64dbfddbc28ac41211
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 93b64e8..13025c2 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,7 +1,8 @@
[package]
authors = ["Without Boats <woboats@gmail.com>"]
name = "heck"
-version = "0.3.1"
+version = "0.3.2"
+edition = "2018"
license = "MIT OR Apache-2.0"
description = "heck is a case conversion library."
homepage = "https://github.com/withoutboats/heck"