From bbd20a003bf01f03df1cbfb5fd28ed44e7e732fd Mon Sep 17 00:00:00 2001 From: Alula <6276139+alula@users.noreply.github.com> Date: Wed, 25 Jan 2023 19:38:09 +0100 Subject: [PATCH] bruh [ci skip] --- Cargo.toml | 2 +- drshorizon/Cargo.toml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c266cfd..5cb3f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ strum = "0.24" strum_macros = "0.24" # remove and replace when drain_filter is in stable vec_mut_scan = "0.4" -webbrowser = { version = "0.8", optional = true } +webbrowser = { version = "0.8.4", optional = true } winit = { git = "https://github.com/doukutsu-rs/winit.git", rev = "878f206d19af01b0977277929eee5e32667453c0", optional = true, default_features = false, features = ["x11"] } xmltree = "0.10" diff --git a/drshorizon/Cargo.toml b/drshorizon/Cargo.toml index 6497029..ce9619f 100644 --- a/drshorizon/Cargo.toml +++ b/drshorizon/Cargo.toml @@ -9,6 +9,13 @@ opt-level = 3 codegen-units = 256 incremental = true +[profile.dev] +opt-level = 3 +lto = "off" +overflow-checks = false +codegen-units = 256 +incremental = true + [profile.dev.package."*"] opt-level = 3 overflow-checks = false @@ -16,7 +23,6 @@ incremental = true [profile.dev.package."doukutsu-rs"] opt-level = 3 -lto = "off" overflow-checks = false codegen-units = 256 incremental = true