Skip to content

Commit

Permalink
bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolapapa committed Mar 30, 2023
1 parent f1d49cd commit 0ba9385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "surge-ping"
version = "0.7.4"
version = "0.8.0"
authors = ["kolapapa <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -17,7 +17,7 @@ pnet_packet = "0.33"
rand = "0.8.5"
socket2 = { version = "0.5.1", features = ["all"] }
thiserror = "1.0.40"
tokio = { version = "1.26", features = ["time", "sync", "net", "rt"] }
tokio = { version = "1.27", features = ["time", "sync", "net", "rt"] }
tracing = "0.1.37"


Expand Down

0 comments on commit 0ba9385

Please sign in to comment.