Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 56f7c0f

Browse files
committed
Pin clap version in admin tools
Clap 3.0 was released and has changes that are incompatible with the current code. Signed-off-by: Ryan Beck-Buysse <rbuysse@bitwise.io>
1 parent 61fc55a commit 56f7c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ name = "sawadm"
2424
path = "src/main.rs"
2525

2626
[dependencies]
27-
clap = ">=2.29.0"
27+
clap = "2.34.0"
2828
libc = ">=0.2.35"
2929
lmdb-zero = ">=0.4.1"
3030
protobuf = "2.0"

0 commit comments

Comments
 (0)