Skip to content

Commit

Permalink
Bump presage to fix linking (HTTP 409: Conflict)
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed Jan 31, 2025
1 parent 5c2a150 commit 7793a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ debug = true
dev = ["prost", "base64"]

[dependencies]
presage = { git = "https://github.com/whisperfish/presage", rev = "35c2c98ba782fb212ad6cd3356fd4807e5d5a8eb" }
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "35c2c98ba782fb212ad6cd3356fd4807e5d5a8eb" }
presage = { git = "https://github.com/whisperfish/presage", rev = "4377bdbfc7a94fcbf349cde7ceff9616c43f0830" }
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "4377bdbfc7a94fcbf349cde7ceff9616c43f0830" }

# dev feature dependencies
prost = { version = "0.13.4", optional = true }
Expand Down

0 comments on commit 7793a52

Please sign in to comment.