Skip to content

Commit

Permalink
Merge pull request nucypher#131 from piotr-roslaniec/fix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored Nov 23, 2023
2 parents 0745a7f + 12ee644 commit 8776986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umbral-pre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ subtle = { version = "2.4", default-features = false }
zeroize = { version = "1.5", default-features = false, features = ["derive"] }

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
criterion = { version = "=0.4.0", features = ["html_reports"] } # forcing version to avoid bumping MSRV
serde_json = "1"
rmp-serde = "1"

Expand Down

0 comments on commit 8776986

Please sign in to comment.