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.