Skip to content

Commit 33a2948

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

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ documentation = "https://docs.rs/rustc-demangle"
1010
description = """
1111
Rust compiler symbol demangling.
1212
"""
13+
edition = "2015"
14+
15+
[package.metadata]
16+
msrv = "1.42.0"
1317

1418
[workspace]
1519
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)