-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43b74b6
commit 93135f8
Showing
9 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ members = [ | |
] | ||
|
||
[workspace.package] | ||
version = "0.12.0-rc.1" | ||
version = "0.12.0" | ||
authors = ["FujiApple <[email protected]>"] | ||
documentation = "https://github.com/fujiapple852/trippy" | ||
homepage = "https://github.com/fujiapple852/trippy" | ||
|
@@ -24,11 +24,11 @@ keywords = ["cli", "tui", "traceroute", "ping", "icmp"] | |
categories = ["command-line-utilities", "network-programming"] | ||
|
||
[workspace.dependencies] | ||
trippy-tui = { version = "0.12.0-rc.1", path = "crates/trippy-tui" } | ||
trippy-core = { version = "0.12.0-rc.1", path = "crates/trippy-core" } | ||
trippy-privilege = { version = "0.12.0-rc.1", path = "crates/trippy-privilege" } | ||
trippy-dns = { version = "0.12.0-rc.1", path = "crates/trippy-dns" } | ||
trippy-packet = { version = "0.12.0-rc.1", path = "crates/trippy-packet" } | ||
trippy-tui = { version = "0.12.0", path = "crates/trippy-tui" } | ||
trippy-core = { version = "0.12.0", path = "crates/trippy-core" } | ||
trippy-privilege = { version = "0.12.0", path = "crates/trippy-privilege" } | ||
trippy-dns = { version = "0.12.0", path = "crates/trippy-dns" } | ||
trippy-packet = { version = "0.12.0", path = "crates/trippy-packet" } | ||
anyhow = "1.0.91" | ||
arrayvec = { version = "0.7.6", default-features = false } | ||
bitflags = "2.6.0" | ||
|
2 changes: 1 addition & 1 deletion
2
...ppy-tui/tests/resources/snapshots/trippy_tui__print__tests__output@generate_man_page.snap
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
trippy (0.11.0-ppa2~ubuntu24.04) noble; urgency=medium | ||
trippy (0.12.0-ppa2~ubuntu24.04) noble; urgency=medium | ||
|
||
* New upstream release | ||
|
||
-- Fuji Apple <[email protected]> Fri, 13 Sep 2024 12:36:45 +0000 | ||
-- Fuji Apple <[email protected]> Wed, 04 Dec 2024 12:34:56 +0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters