-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
3 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
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,6 +1,6 @@ | ||
[package] | ||
name = "bgpkit-broker" | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
edition = "2021" | ||
authors = ["Mingwei Zhang <[email protected]>"] | ||
readme = "README.md" | ||
|
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 |
---|---|---|
|
@@ -56,7 +56,7 @@ and [route leak detection](https://blog.cloudflare.com/route-leak-detection-with | |
Add the following dependency line to your project's `Cargo.toml` file: | ||
|
||
```yaml | ||
bgpkit-broker = "0.7.0" | ||
bgpkit-broker = "0.7" | ||
``` | ||
|
||
### Example | ||
|
@@ -91,10 +91,10 @@ Broker instance with ease. | |
|
||
### Install | ||
|
||
Install with `cargo install [email protected].0 --features cli` or check out the main branch and | ||
Install with `cargo install [email protected] --features cli` or check out the main branch and | ||
run `cargo install --path . --features cli`. | ||
|
||
If you are on a macOS environment, you can also use homebrew to install the pre-compiled binary (universal): | ||
If you are in a macOS environment, you can also use homebrew to install the pre-compiled binary (universal): | ||
|
||
``` | ||
brew install bgpkit/tap/bgpkit-broker | ||
|
@@ -285,7 +285,7 @@ Options: | |
-V, --version Print version | ||
``` | ||
|
||
Example output: | ||
Example output (the data for the shown collectors are now available): | ||
|
||
```text | ||
checking broker instance health... | ||
|