diff --git a/Cargo.toml b/Cargo.toml index 9f60473..66b4feb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,7 @@ edition = "2021" [dependencies] macroquad = "0.3.25" async-trait = "0.1.64" -[dev-dependencies] tokio-test = "*" -[toolchain] -channel = "nightly" + [profile.release] opt-level=3