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"