diff options
Diffstat (limited to '')
-rw-r--r-- | rust/Cargo.toml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 0bac7e1..347391b 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -2,6 +2,7 @@ name = "suricata" version = "@PACKAGE_VERSION@" edition = "2021" +rust-version = "1.63.0" [workspace] members = [".", "./derive"] |