File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 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"
1010description = """
1111Rust compiler symbol demangling.
1212"""
13+ edition = " 2015"
14+
15+ [package .metadata ]
16+ msrv = " 1.42.0"
1317
1418[workspace ]
1519members = [" crates/capi" , " fuzz" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ C API for the `rustc-demangle` crate
77"""
88license = " MIT/Apache-2.0"
99repository = " https://github.com/alexcrichton/rustc-demangle"
10+ edition = " 2015"
1011
1112[lib ]
1213name = " rustc_demangle"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Native C version of the rustc_demangle crate
77"""
88license = " MIT/Apache-2.0"
99repository = " https://github.com/rust-lang/rustc-demangle"
10+ edition = " 2015"
1011
1112[lib ]
1213name = " rustc_demangle_native_c"
You can’t perform that action at this time.
0 commit comments