From 5ca3bdc27920315fee860f690c1433e91d52f5b2 Mon Sep 17 00:00:00 2001 From: mgbvox Date: Thu, 19 Jan 2023 14:13:05 -0500 Subject: [PATCH] remove unneeded installs --- Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f70acce0..0c7349ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,10 +88,3 @@ rsx-rosetta = { git = "https://github.com/dioxuslabs/dioxus" } path = "src/main.rs" name = "dioxus" - -[profile.release] -opt-level = 3 - -[dev-dependencies] -assert_cmd = "2.0.8" -predicates = "2.1.5"