Skip to content

Commit

Permalink
chore: update workspace versions to 0.11.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Aug 10, 2024
1 parent 5503142 commit fd782e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ keywords = ["cli", "tui", "traceroute", "ping", "icmp"]
categories = ["command-line-utilities", "network-programming"]

[workspace.dependencies]
trippy-tui = { version = "0.11.0-dev", path = "crates/trippy-tui" }
trippy-core = { version = "0.11.0-dev", path = "crates/trippy-core" }
trippy-privilege = { version = "0.11.0-dev", path = "crates/trippy-privilege" }
trippy-dns = { version = "0.11.0-dev", path = "crates/trippy-dns" }
trippy-packet = { version = "0.11.0-dev", path = "crates/trippy-packet" }
trippy-tui = { version = "0.11.0-rc.2", path = "crates/trippy-tui" }
trippy-core = { version = "0.11.0-rc.2", path = "crates/trippy-core" }
trippy-privilege = { version = "0.11.0-rc.2", path = "crates/trippy-privilege" }
trippy-dns = { version = "0.11.0-rc.2", path = "crates/trippy-dns" }
trippy-packet = { version = "0.11.0-rc.2", path = "crates/trippy-packet" }
anyhow = "1.0.83"
arrayvec = { version = "0.7.4", default-features = false }
bitflags = "2.6.0"
Expand Down

0 comments on commit fd782e5

Please sign in to comment.