From 7f70505a5ed087c718a79edcc910867ce944a308 Mon Sep 17 00:00:00 2001 From: Micha White Date: Wed, 27 Sep 2023 09:42:27 -0400 Subject: Changed some Cargo.toml's --- engine/Cargo.toml | 4 ++-- model/Cargo.toml | 8 ++++---- ui/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 87410c5..051797f 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "engine" version = "0.1.0" -authors = ["botahamec"] -edition = "2018" +authors = ["Mica White "] +edition = "2021" publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 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 "] -edition = "2018" +authors = ["Mica White "] +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]] diff --git a/ui/Cargo.toml b/ui/Cargo.toml index c4a1e04..e38296c 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ui" version = "0.1.0" -edition = "2018" +edition = "2021" publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3