From 028ae2d0c8f5609bc6aa74f74869eeb13cc9920c Mon Sep 17 00:00:00 2001 From: Dylan Bowker Date: Sun, 12 May 2024 15:28:30 -0600 Subject: [PATCH] chore: added rust msrv to `Cargo.toml` --- libraries/native_model/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/native_model/Cargo.toml b/libraries/native_model/Cargo.toml index b91fa456..087dfc7d 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" build = "build.rs" keywords = ["serialization", "interoperability", "data-consistency", "flexibility", "performance"] categories = ["data-structures", "encoding", "rust-patterns"] +rust-version = "1.73.0" [workspace] members = ["native_model_macro"]