From e85d78d563ad1794818d1f20a0e856a05417bcac Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Mon, 16 Sep 2019 17:25:10 -0400 Subject: [PATCH] (cargo-release) version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4b5964..55ecd7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,7 +75,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rustfilt" -version = "0.2.1-pre" +version = "0.2.1" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1394fbc..a97b4ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rustfilt" description = "Demangle Rust symbol names" homepage = "https://github.com/luser/rustfilt" repository = "https://github.com/luser/rustfilt" -version = "0.2.1-pre" +version = "0.2.1" authors = ["Ted Mielczarek ", "Nicholas Schlabach "] readme = "README.md" license = "Apache-2.0"