File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repository = "https://github.com/rust-lang/rust-bindgen"
1212documentation = "https://docs.rs/bindgen"
1313homepage = "https://rust-lang.github.io/rust-bindgen/"
1414version = "0.70.1"
15- edition = "2018 "
15+ edition = "2021 "
1616rust-version = "1.70.0"
1717
1818[[bin]]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "A package to test various bindgen features"
44version = "0.1.0"
55authors = ["Emilio Cobos Álvarez <
[email protected] >"]
66publish = false
7- edition = "2018 "
7+ edition = "2021 "
88build = "build.rs"
99
1010[build-dependencies]
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ fn test_matching_with_rename() {
259259
260260#[test]
261261fn test_macro_customintkind_path() {
262- let v: &std::any::Any = &bindings::TESTMACRO_CUSTOMINTKIND_PATH;
262+ let v: &dyn std::any::Any = &bindings::TESTMACRO_CUSTOMINTKIND_PATH;
263263 assert!(v.is::<MacroInteger>())
264264}
265265
Original file line number Diff line number Diff line change 11[package]
22name = "bindgen-tests"
3- edition = "2018 "
3+ edition = "2021 "
44version = "0.1.0"
55publish = false
66
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = [
77 "Emilio Cobos Álvarez <
[email protected] >",
88 "The Servo project developers",
99]
10- edition = "2018 "
10+ edition = "2021 "
1111publish = false
1212
1313[dependencies]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Bindgen property tests with quickcheck. Generate random valid C c
44version = "0.0.0"
55publish = false
66rust-version = "1.70"
7- edition = "2018 "
7+ edition = "2021 "
88
99[lib]
1010name = "quickchecking"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repository = "https://github.com/rust-lang/rust-bindgen"
1515documentation = "https://docs.rs/bindgen"
1616homepage = "https://rust-lang.github.io/rust-bindgen/"
1717version = "0.70.1"
18- edition = "2018 "
18+ edition = "2021 "
1919build = "build.rs"
2020# If you change this, also update README.md and msrv in .github/workflows/bindgen.yml
2121rust-version = "1.70.0"
You can’t perform that action at this time.
0 commit comments