From 7c96cee8ad7200b4d9e381b7175f2292e5e78122 Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Wed, 22 Sep 2021 11:24:33 -0700 Subject: Upgrade rust/crates/thiserror-impl to 1.0.29 Test: make Change-Id: I2acd58ed807b577d34c3e860e6eaec1912d8fc76 --- Cargo.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2f1e842..0a27665 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,17 +3,16 @@ # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies -# to registry (e.g., crates.io) dependencies +# to registry (e.g., crates.io) dependencies. # -# If you believe there's an error in this file please file an -# issue against the rust-lang/cargo repository. If you're -# editing this file be aware that the upstream Cargo.toml -# will likely look very different (and much more reasonable) +# If you are reading this file be aware that the original Cargo.toml +# will likely look very different (and much more reasonable). +# See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "thiserror-impl" -version = "1.0.26" +version = "1.0.29" authors = ["David Tolnay "] description = "Implementation detail of the `thiserror` crate" license = "MIT OR Apache-2.0" -- cgit v1.2.3