Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kioubit committed Oct 1, 2024
1 parent ac604fb commit b3bd8ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "registry_wizard"
version = "0.3.2"
version = "0.3.3"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Commands:
roa ROA file generation (various formats)
dns DNS zone file and trust anchor generation (for use with PowerDNS)
object_metadata Object metadata output (JSON format)
graph Object registry objects with forward and backlinks (JSON format)
graph Registry object output with forward and backlinks (JSON format)
hierarchical_prefixes Hierarchical prefix tree output (JSON format)
remove_mnt Remove a list of maintainers along with all their objects from the registry
mrt_activity Output last seen time for active ASNs in MRT RIB dumps. List inactive maintainers.
Expand All @@ -24,4 +24,4 @@ Options:
```

### Build notes
For the release target, ``musl-gcc`` is required. (``musl`` package on Arch Linux)
For the default build target, ``musl-gcc`` is required. (``musl`` package on Arch Linux)
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fn main() {
.help("Don't output objects without keys (useful if filtering)"),
]),
Command::new("graph")
.about("Object registry objects with forward and backlinks (JSON format)")
.about("Registry object output with forward and backlinks (JSON format)")
.arg(
Arg::new("graph_category")
.help("Only output specific object types (i.e. aut-num)")
Expand Down

0 comments on commit b3bd8ff

Please sign in to comment.