File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ documentation = "https://docs.rs/rustc-demangle"
10
10
description = """
11
11
Rust compiler symbol demangling.
12
12
"""
13
+ edition = " 2015"
14
+
15
+ [package .metadata ]
16
+ msrv = " 1.42.0"
13
17
14
18
[workspace ]
15
19
members = [" crates/capi" , " fuzz" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ C API for the `rustc-demangle` crate
7
7
"""
8
8
license = " MIT/Apache-2.0"
9
9
repository = " https://github.com/alexcrichton/rustc-demangle"
10
+ edition = " 2015"
10
11
11
12
[lib ]
12
13
name = " rustc_demangle"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Native C version of the rustc_demangle crate
7
7
"""
8
8
license = " MIT/Apache-2.0"
9
9
repository = " https://github.com/rust-lang/rustc-demangle"
10
+ edition = " 2015"
10
11
11
12
[lib ]
12
13
name = " rustc_demangle_native_c"
You can’t perform that action at this time.
0 commit comments