Skip to content

Commit 2d768e3

Browse files
authored
Update rust edition to 2021
1 parent 142c91b commit 2d768e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Jesus Hernandez <jesushdez@protonmail.com>"]
66
license = "Unlicense"
77
keywords = ["pointer", "opaque", "pointers", "cbindgen", "ffi"]
88
categories = ["development-tools::ffi", "no-std"]
9-
edition = "2018"
9+
edition = "2021"
1010
readme = "README.md"
1111
repository = "https://github.com/jhg/opaque-pointer-rs/"
1212
exclude = [".github/**", ".vscode/**"]

0 commit comments

Comments
 (0)