Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
facilitator: update libprio dependency branch
Browse files Browse the repository at this point in the history
Bad news: the build broke because we changed the default branch of
libprio-rs to main, and eventually deleted the master branch, so the
dependency became unresolvable.
Good news: our CI setup works!
  • Loading branch information
tgeoghegan committed Sep 28, 2020
1 parent 5a45f60 commit 49b40fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion facilitator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion facilitator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ avro-rs = "0.11.0"
base64 = "0.12.3"
chrono = "0.4"
clap = "2.33.3"
libprio-rs = { git = "https://github.com/abetterinternet/libprio-rs"}
libprio-rs = { git = "https://github.com/abetterinternet/libprio-rs", branch = "main" }
rand = "0.7"
ring = "0.16.15"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 49b40fc

Please sign in to comment.