Skip to content

Commit

Permalink
Bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SajjadPourali committed Mar 30, 2024
1 parent 1c0c7f5 commit 2e7d39a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ tokio = { version = "1.37", features = [
"time",
"io-util",
"macros",
"rt-multi-thread",
], default-features = false }
etherparse = { version = "0.14", default-features = false, features = ["std"] }
thiserror = { version = "1.0", default-features = false }
Expand All @@ -27,6 +26,9 @@ rand = { version = "0.8.5", default-features = false, features = [
] }

[dev-dependencies]
tokio = { version = "1.37", features = [
"rt-multi-thread",
], default-features = false }
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11"
udp-stream = { version = "0.0", default-features = false }
Expand All @@ -52,4 +54,3 @@ debug-assertions = false # Remove assertions from the binary.
incremental = false # Disable incremental compilation.
overflow-checks = false # Disable overflow checks.
strip = true # Automatically strip symbols from the binary.

0 comments on commit 2e7d39a

Please sign in to comment.