chore: upgrade to rust 2021
This commit is contained in:
parent
4cfd951ede
commit
e19a540650
|
@ -2,8 +2,7 @@
|
|||
name = "gb"
|
||||
version = "0.1.0"
|
||||
authors = ["Rekai Musuka <rekai@musuka.dev>"]
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue