diff --git a/Cargo.toml b/Cargo.toml index b378063..129a39d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ documentation = "https://docs.rs/rustc-demangle" description = """ Rust compiler symbol demangling. """ +edition = "2015" [workspace] members = ["crates/capi", "fuzz"] diff --git a/crates/capi/Cargo.toml b/crates/capi/Cargo.toml index a59a768..d4e68dd 100644 --- a/crates/capi/Cargo.toml +++ b/crates/capi/Cargo.toml @@ -7,6 +7,7 @@ C API for the `rustc-demangle` crate """ license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/rustc-demangle" +edition = "2015" [lib] name = "rustc_demangle" diff --git a/crates/native-c/Cargo.toml b/crates/native-c/Cargo.toml index 920a63f..824ac1f 100644 --- a/crates/native-c/Cargo.toml +++ b/crates/native-c/Cargo.toml @@ -7,6 +7,7 @@ Native C version of the rustc_demangle crate """ license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/rustc-demangle" +edition = "2015" [lib] name = "rustc_demangle_native_c"