diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | Cargo.lock | 10 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 9 insertions, 6 deletions
@@ -1,3 +1,6 @@ +DPIBreak v0.2.2 + - linux: drop iptables crate (regex dep) to reduce binary size + - Enable LTO and panic=abort to reduce binary size DPIBreak v0.2.1 - Fix default log level to `warn` in release builds. (v0.2.0 silently changed it). - Fix unused import warnings in release builds. @@ -37,9 +37,9 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "cc" -version = "1.2.52" +version = "1.2.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3" +checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" dependencies = [ "find-msvc-tools", "shlex", @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "dpibreak" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "ctrlc", @@ -115,9 +115,9 @@ dependencies = [ [[package]] name = "find-msvc-tools" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41" +checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" [[package]] name = "itoa" @@ -17,7 +17,7 @@ [package] name = "dpibreak" -version = "0.2.1" +version = "0.2.2" authors = ["Dilluti0n <[email protected]>"] edition = "2024" build = "build.rs" |
