We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ad7b13 + d43f6d5 commit f053741Copy full SHA for f053741
Cargo.toml
@@ -1,11 +1,11 @@
1
[package]
2
name = "rustc-demangle"
3
-version = "0.1.23"
+version = "0.1.24"
4
authors = ["Alex Crichton <[email protected]>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
7
-repository = "https://github.com/alexcrichton/rustc-demangle"
8
-homepage = "https://github.com/alexcrichton/rustc-demangle"
+repository = "https://github.com/rust-lang/rustc-demangle"
+homepage = "https://github.com/rust-lang/rustc-demangle"
9
documentation = "https://docs.rs/rustc-demangle"
10
description = """
11
Rust compiler symbol demangling.
0 commit comments