We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 214e880 + 0b5a117 commit de44431Copy full SHA for de44431
ctest/Cargo.toml
@@ -10,7 +10,7 @@ description = """
10
Automated tests of FFI bindings.
11
"""
12
include = ["src/lib.rs", "LICENSE-*", "README.md"]
13
-edition = "2018"
+edition = "2021"
14
rust-version = "1.56.0"
15
16
[dependencies]
ctest/testcrate/Cargo.toml
@@ -3,7 +3,7 @@ name = "testcrate"
3
version = "0.1.0"
4
authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
build = "build.rs"
6
7
8
[build-dependencies]
9
ctest2 = { path = ".." }
0 commit comments