From a6cb7f4f88f2471e6329298230bb64827c852348 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 28 Jan 2024 12:06:58 +0100 Subject: close but not there --- Cargo.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b62923b..107761a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,9 @@ [package] name = "web" version = "0.1.0" -authors = ["Tom Barrett "] -edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +authors = ["tom barrett "] +edition = "2021" [dependencies] -sdl2 = {version = "0.34", features = ["gfx"]} -rand = "0.7.3" +sdl2 = {version = "0.36", features = ["gfx"]} +rand = "0.8.5" -- cgit v1.2.3