We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbe55c commit eab1643Copy full SHA for eab1643
Cargo.toml
@@ -10,6 +10,7 @@ documentation = "https://docs.rs/rustc-demangle"
10
description = """
11
Rust compiler symbol demangling.
12
"""
13
+edition = "2015"
14
15
[workspace]
16
members = ["crates/capi", "fuzz"]
crates/capi/Cargo.toml
@@ -7,6 +7,7 @@ C API for the `rustc-demangle` crate
7
8
license = "MIT/Apache-2.0"
9
repository = "https://github.com/alexcrichton/rustc-demangle"
[lib]
name = "rustc_demangle"
crates/native-c/Cargo.toml
@@ -7,6 +7,7 @@ Native C version of the rustc_demangle crate
repository = "https://github.com/rust-lang/rustc-demangle"
name = "rustc_demangle_native_c"
0 commit comments