Skip to content

Commit 8d65706

Browse files
committed
ci: cap the version of clap to be compatible with MSRV
1 parent 70e9cf9 commit 8d65706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ log = "0.4"
2020
env_logger = "0.10"
2121
bolt4rs = { path = "../lib", features = ["unstable-bolt-protocol-impl-v2", "unstable-serde-packstream-format"] }
2222
anyhow = "1.0"
23-
clap = { version = "4.4", features = ["derive"] }
23+
clap = { version = ">=4.4, <=4.5.56", features = ["derive"] }
2424
lbug = { version = "^0.15.2", features = ["arrow"] }
2525
arrow-array = { version = "55.0.0", default-features = false }
2626
arrow = { version = "55.0.0", default-features = false }

0 commit comments

Comments
 (0)