Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Sep 16, 2024
1 parent c8cf79c commit 8cccddf
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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 @@ -16,7 +16,7 @@ futures = "0.3.28"
# determinism of the strict client/server version checks
hc_seed_bundle = { version = "=0.2.4", path = "./crates/hc_seed_bundle" }
# lair_keystore_api must be pinned to enable strict version checks
lair_keystore_api = { version = "=0.5.0", path = "./crates/lair_keystore_api" }
lair_keystore_api = { version = "=0.5.1", path = "./crates/lair_keystore_api" }
lru = "0.12.3"
nanoid = "0.4.0"
one_err = "0.0.8"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ License: MIT OR Apache-2.0

### `lair-keystore --help`
```text
lair_keystore 0.5.0
lair_keystore 0.5.1
secret lair private keystore
USAGE:
Expand Down Expand Up @@ -73,7 +73,7 @@ SUBCOMMANDS:
```
### `lair-keystore init --help`
```text
lair-keystore-init 0.5.0
lair-keystore-init 0.5.1
Set up a new lair private keystore.
USAGE:
Expand All @@ -91,7 +91,7 @@ FLAGS:
```
### `lair-keystore url --help`
```text
lair-keystore-url 0.5.0
lair-keystore-url 0.5.1
Print the connection_url for a configured lair-keystore
server to stdout and exit.
Expand All @@ -105,7 +105,7 @@ FLAGS:
```
### `lair-keystore import-seed --help`
```text
lair-keystore-import-seed 0.5.0
lair-keystore-import-seed 0.5.1
Load a seed bundle into this lair-keystore instance.
Note, this operation requires capturing the pid_file,
make sure you do not have a lair-server running.
Expand Down Expand Up @@ -142,7 +142,7 @@ ARGS:
```
### `lair-keystore server --help`
```text
lair-keystore-server 0.5.0
lair-keystore-server 0.5.1
Run a lair keystore server instance. Note you must
have initialized a config file first with
'lair-keystore init'.
Expand Down
10 changes: 5 additions & 5 deletions crates/lair_keystore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ License: MIT OR Apache-2.0

### `lair-keystore --help`
```text
lair_keystore 0.5.0
lair_keystore 0.5.1
secret lair private keystore
USAGE:
Expand Down Expand Up @@ -73,7 +73,7 @@ SUBCOMMANDS:
```
### `lair-keystore init --help`
```text
lair-keystore-init 0.5.0
lair-keystore-init 0.5.1
Set up a new lair private keystore.
USAGE:
Expand All @@ -91,7 +91,7 @@ FLAGS:
```
### `lair-keystore url --help`
```text
lair-keystore-url 0.5.0
lair-keystore-url 0.5.1
Print the connection_url for a configured lair-keystore
server to stdout and exit.
Expand All @@ -105,7 +105,7 @@ FLAGS:
```
### `lair-keystore import-seed --help`
```text
lair-keystore-import-seed 0.5.0
lair-keystore-import-seed 0.5.1
Load a seed bundle into this lair-keystore instance.
Note, this operation requires capturing the pid_file,
make sure you do not have a lair-server running.
Expand Down Expand Up @@ -142,7 +142,7 @@ ARGS:
```
### `lair-keystore server --help`
```text
lair-keystore-server 0.5.0
lair-keystore-server 0.5.1
Run a lair keystore server instance. Note you must
have initialized a config file first with
'lair-keystore init'.
Expand Down
2 changes: 1 addition & 1 deletion crates/lair_keystore/src/docs/help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### `lair-keystore --help`
```text
lair_keystore 0.5.0
lair_keystore 0.5.1
secret lair private keystore
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion crates/lair_keystore/src/docs/import-seed-help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### `lair-keystore import-seed --help`
```text
lair-keystore-import-seed 0.5.0
lair-keystore-import-seed 0.5.1
Load a seed bundle into this lair-keystore instance.
Note, this operation requires capturing the pid_file,
make sure you do not have a lair-server running.
Expand Down
2 changes: 1 addition & 1 deletion crates/lair_keystore/src/docs/init-help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### `lair-keystore init --help`
```text
lair-keystore-init 0.5.0
lair-keystore-init 0.5.1
Set up a new lair private keystore.
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion crates/lair_keystore/src/docs/server-help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### `lair-keystore server --help`
```text
lair-keystore-server 0.5.0
lair-keystore-server 0.5.1
Run a lair keystore server instance. Note you must
have initialized a config file first with
'lair-keystore init'.
Expand Down
2 changes: 1 addition & 1 deletion crates/lair_keystore/src/docs/url-help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### `lair-keystore url --help`
```text
lair-keystore-url 0.5.0
lair-keystore-url 0.5.1
Print the connection_url for a configured lair-keystore
server to stdout and exit.
Expand Down

0 comments on commit 8cccddf

Please sign in to comment.