diff --git a/Cargo.toml b/Cargo.toml index da3cc7c..5531544 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,7 @@ name = "gb" version = "0.1.0" authors = ["Rekai Musuka "] -edition = "2018" -resolver = "2" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -18,8 +17,8 @@ winit_input_helper = "0.10" rodio = "0.14" rtrb = "0.2" directories-next = "2.0" -tracing = "0.1.29" -tracing-subscriber = "0.2.25" +tracing = "0.1" +tracing-subscriber = "0.2" [profile.release] debug = true