Skip to content

Commit e70c076

Browse files
committed
fix(ci): target an existing structopt version
1 parent 23dc27d commit e70c076

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

foundationdb-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ futures = "0.3.0"
2626
log = "0.4.8"
2727
rand = "0.7.2"
2828
stopwatch = "0.0.7"
29-
structopt = "0.3.3"
29+
structopt = "0.3.12"

foundationdb-bindingtester/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ foundationdb-sys = { version = "0.5.1", path = "../foundationdb-sys", default-fe
3636
futures = "0.3.0"
3737
log = "0.4.8"
3838
num-bigint = "0.3.0"
39-
structopt = "0.3.3"
39+
structopt = "0.3.12"

0 commit comments

Comments
 (0)