Skip to content

Commit eab1643

Browse files
committed
Add edition manifest key
1 parent 6cbe55c commit eab1643

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ documentation = "https://docs.rs/rustc-demangle"
1010
description = """
1111
Rust compiler symbol demangling.
1212
"""
13+
edition = "2015"
1314

1415
[workspace]
1516
members = ["crates/capi", "fuzz"]

crates/capi/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ C API for the `rustc-demangle` crate
77
"""
88
license = "MIT/Apache-2.0"
99
repository = "https://github.com/alexcrichton/rustc-demangle"
10+
edition = "2015"
1011

1112
[lib]
1213
name = "rustc_demangle"

crates/native-c/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Native C version of the rustc_demangle crate
77
"""
88
license = "MIT/Apache-2.0"
99
repository = "https://github.com/rust-lang/rustc-demangle"
10+
edition = "2015"
1011

1112
[lib]
1213
name = "rustc_demangle_native_c"

0 commit comments

Comments
 (0)