Skip to content

Commit 49e4a02

Browse files
authored
Additional threshold (#142)
* add additional per-challenge filter * update Cargo.lock * address review comments
1 parent fffdd57 commit 49e4a02

File tree

4 files changed

+392
-46
lines changed

4 files changed

+392
-46
lines changed

Cargo.lock

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

catalyst-toolbox/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ proptest = { git = "https://github.com/input-output-hk/proptest", branch = "mast
7575
test-strategy = "0.2"
7676
serde_test = "1"
7777
voting-hir = { path = "../voting-hir", features = ["serde", "proptest"] }
78+
vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "master" }
7879

7980
[build-dependencies]
8081
versionisator = "1.0.3"

0 commit comments

Comments
 (0)