Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Oct 14, 2024
1 parent 0649562 commit 722a895
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.6.0"
version = "0.6.1"
authors = ["chevdor <chevdor@gmail.com>"]
repository = "https://github.com/chevdor/subrpc"
homepage = "https://github.com/chevdor/subrpc"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subrpc"
description = "subrpc is a cli"
description = "subrpc to manage and update remote registries for RPC endpoints"
authors.workspace = true
version.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cli/src/opts/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ pub struct RegistryEnableOpts {
pub state: bool,
}

/// Enable or disable a registry
/// List known chains
#[derive(Debug, Parser)]
pub struct RegistryChainsOpts {}
2 changes: 1 addition & 1 deletion subrpc-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subrpc-core"
description = "subrpc-core is a lib"
description = "subrpc-core is the lib for subrpc"
authors.workspace = true
version.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 722a895

Please sign in to comment.