Skip to content

Commit de44431

Browse files
authored
Merge pull request JohnTitor/ctest2#51 from JohnTitor/edition-2021
2 parents 214e880 + 0b5a117 commit de44431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ctest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = """
1010
Automated tests of FFI bindings.
1111
"""
1212
include = ["src/lib.rs", "LICENSE-*", "README.md"]
13-
edition = "2018"
13+
edition = "2021"
1414
rust-version = "1.56.0"
1515

1616
[dependencies]

ctest/testcrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "testcrate"
33
version = "0.1.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
build = "build.rs"
6-
edition = "2018"
6+
edition = "2021"
77

88
[build-dependencies]
99
ctest2 = { path = ".." }

0 commit comments

Comments
 (0)