Skip to content

Commit

Permalink
Bump presage (fixes linking once again) (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon authored Oct 17, 2024
1 parent 6c1cfb2 commit c1d06f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

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 = "c5cb55f7dee55f4ba344dde570c62d289ced58a7" }
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "c5cb55f7dee55f4ba344dde570c62d289ced58a7" }
presage = { git = "https://github.com/whisperfish/presage", rev = "464626aa27829bc4d641086359afccdb0da4711f" }
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "464626aa27829bc4d641086359afccdb0da4711f" }

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

0 comments on commit c1d06f3

Please sign in to comment.