aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-11 19:30:41 -0800
committerJeff Vander Stoep <jeffv@google.com>2021-01-15 15:59:40 +0100
commitdee55ffe2ab079c3bc36964d35beb2a259398d89 (patch)
tree8c8e723b0e0c4f84b44227d7caffe1708fb05c94 /Cargo.toml.orig
parentfb10bbc2d3d81849996d1e93c30a161a29eac663 (diff)
downloadanyhow-dee55ffe2ab079c3bc36964d35beb2a259398d89.tar.gz
Upgrade rust/crates/anyhow to 1.0.38
Test: make Change-Id: Ieb90a0ecd69a4ae0693147b5da070814ad902e9f
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 ad85232..e3f92ee 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "anyhow"
-version = "1.0.37" # remember to update html_root_url
+version = "1.0.38" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -17,6 +17,7 @@ std = []
[dev-dependencies]
futures = { version = "0.3", default-features = false }
rustversion = "1.0"
+syn = { version = "1.0", features = ["full"] }
thiserror = "1.0"
trybuild = { version = "1.0.19", features = ["diff"] }