Skip to content

Commit

Permalink
Switch back to cloudflare boring
Browse files Browse the repository at this point in the history
Now that cloudflare/boring#136 has landed, we can go back to the main repository.
  • Loading branch information
nmittler committed Aug 1, 2023
1 parent db9488f commit b3824d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ maintenance = { status = "passively-maintained" }
fips = ["boring/fips", "boring-sys/fips"]

[dependencies]
# Switch back to cloudflare's repo once https://github.com/cloudflare/boring/pull/132 lands.
boring = { git = "https://github.com/nmittler/boring/", branch = "hmac" }
boring-sys = { git = "https://github.com/nmittler/boring/", branch = "hmac" }
# TODO(nmittler): switch to standard release that includes https://github.com/cloudflare/boring/pull/136
boring = { git = "https://github.com/cloudflare/boring/", rev = "74fd7a8" }
boring-sys = { git = "https://github.com/cloudflare/boring/", rev = "74fd7a8" }
bytes = "1"
foreign-types-shared = "0.3.1"
lru = "0.11.0"
Expand Down

0 comments on commit b3824d8

Please sign in to comment.