Skip to content

Commit 722a895

Browse files
committed
Minor fixes
1 parent 0649562 commit 722a895

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.6.0"
11+
version = "0.6.1"
1212
authors = ["chevdor <chevdor@gmail.com>"]
1313
repository = "https://github.com/chevdor/subrpc"
1414
homepage = "https://github.com/chevdor/subrpc"

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subrpc"
3-
description = "subrpc is a cli"
3+
description = "subrpc to manage and update remote registries for RPC endpoints"
44
authors.workspace = true
55
version.workspace = true
66
edition.workspace = true

cli/src/opts/registry.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ pub struct RegistryEnableOpts {
6262
pub state: bool,
6363
}
6464

65-
/// Enable or disable a registry
65+
/// List known chains
6666
#[derive(Debug, Parser)]
6767
pub struct RegistryChainsOpts {}

subrpc-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subrpc-core"
3-
description = "subrpc-core is a lib"
3+
description = "subrpc-core is the lib for subrpc"
44
authors.workspace = true
55
version.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)