mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 01:13:39 +10:00
chore: added rust msrv to Cargo.toml
This commit is contained in:
committed by
Vincent Herlemont
parent
a653f3f826
commit
028ae2d0c8
@@ -10,6 +10,7 @@ readme = "README.md"
|
|||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
keywords = ["serialization", "interoperability", "data-consistency", "flexibility", "performance"]
|
keywords = ["serialization", "interoperability", "data-consistency", "flexibility", "performance"]
|
||||||
categories = ["data-structures", "encoding", "rust-patterns"]
|
categories = ["data-structures", "encoding", "rust-patterns"]
|
||||||
|
rust-version = "1.73.0"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["native_model_macro"]
|
members = ["native_model_macro"]
|
||||||
|
|||||||
Reference in New Issue
Block a user