Add a rust-version declaration.

This commit is contained in:
Dan Gohman
2022-12-13 10:13:29 -08:00
parent 099679848c
commit b8c6d883e0
+1
View File
@@ -10,6 +10,7 @@ edition = "2018"
keywords = ["linux", "uapi", "ffi"]
categories = ["external-ffi-bindings"]
exclude = ["/gen", "/.*"]
rust-version = "1.48"
[dependencies]
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }