From d43f6d58562319e93a492ac8ceb3fe258beefaf4 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Tue, 7 May 2024 08:09:57 -0400 Subject: [PATCH] 0.1.24 release --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6534c7b..197a0c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.24" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" -repository = "https://github.com/alexcrichton/rustc-demangle" -homepage = "https://github.com/alexcrichton/rustc-demangle" +repository = "https://github.com/rust-lang/rustc-demangle" +homepage = "https://github.com/rust-lang/rustc-demangle" documentation = "https://docs.rs/rustc-demangle" description = """ Rust compiler symbol demangling.