diff --git a/Cargo.toml b/Cargo.toml index f37288fac9..ad2e886ad8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ proc-macro-error = { version = "1.0", default-features = false } proc-macro2 = "1.0" procfs = "0.16.0" pwd = "1.3" -quick-xml = "0.32.0" +quick-xml = "0.37.0" quickcheck = "1.0" quickcheck_macros = "1.0" quote = "1.0" @@ -322,6 +322,3 @@ bench = false [[bench]] name = "benchmarks" harness = false - -[profile.dev] -incremental = true