summaryrefslogtreecommitdiff
path: root/model/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-09-27 09:42:27 -0400
committerMicha White <botahamec@outlook.com>2023-09-27 09:42:27 -0400
commit7f70505a5ed087c718a79edcc910867ce944a308 (patch)
treec9f6634068f8f8c260f6aab3e7444c2abb860603 /model/Cargo.toml
parentf7a7bf20a99b1d52ef5f936705611ce24a1006b7 (diff)
Changed some Cargo.toml's
Diffstat (limited to 'model/Cargo.toml')
-rw-r--r--model/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/model/Cargo.toml b/model/Cargo.toml
index 891889a..9f2402a 100644
--- a/model/Cargo.toml
+++ b/model/Cargo.toml
@@ -1,18 +1,18 @@
[package]
name = "model"
version = "0.1.0"
-authors = ["Mike White <botahamec@outlook.com>"]
-edition = "2018"
+authors = ["Mica White <botahamec@outlook.com>"]
+edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-serde = { version = "1.0.126", optional = true, features = ["derive"] }
+serde = { version = "1", optional = true, features = ["derive"] }
rayon = "1"
[dev-dependencies]
-proptest = "1.0.0"
+proptest = "1"
criterion = "0.3"
[[bench]]