File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ documentation = "https://docs.rs/rustc-demangle"
10
10
description = """
11
11
Rust compiler symbol demangling.
12
12
"""
13
+ edition = " 2015"
13
14
14
15
[workspace ]
15
16
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