aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-05-19 14:52:06 -0700
committerJoel Galenson <jgalenson@google.com>2021-05-19 14:52:06 -0700
commit80bf6a831306593c9b832d499bcd7ec5bed85d41 (patch)
tree0dc298b16ac0d9e721e41cabd2129379d4b640a4 /Cargo.toml.orig
parent8ef0327c75ed3602ba53cc098ac1295a3c48b550 (diff)
downloadcast-80bf6a831306593c9b832d499bcd7ec5bed85d41.tar.gz
Upgrade rust/crates/cast to 0.2.6
Test: make Change-Id: I5975a7bb994f77e926f2ac95ece02565d431c3e5
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 6e95860..58c3312 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -7,7 +7,8 @@ keywords = ["checked", "cast", "primitive", "integer", "float"]
license = "MIT OR Apache-2.0"
name = "cast"
repository = "https://github.com/japaric/cast.rs"
-version = "0.2.3"
+version = "0.2.6"
+edition = "2018"
[features]
# Assume we should use `std` unless asked to do otherwise.
@@ -19,7 +20,7 @@ std = []
x128 = []
[build-dependencies]
-rustc_version = "0.2.3"
+rustc_version = "0.3.3"
[dev-dependencies]
quickcheck = "0.9.0"