Skip to content

Commit b9f18f4

Browse files
committed
update edition to 2021 and resolver to 2
1 parent ec5f3df commit b9f18f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
resolver = "2"
23
members = [
34
"libffi-rs",
45
"libffi-sys-rs",
@@ -8,5 +9,5 @@ members = [
89
repository = "https://github.com/tov/libffi-rs"
910
license = "MIT/Apache-2.0"
1011
keywords = ["ffi", "libffi", "closure", "c"]
11-
edition = "2018"
12+
edition = "2021"
1213
rust-version = "1.78"

0 commit comments

Comments
 (0)