Skip to content

Commit

Permalink
Move presage dependency to new GitHub org
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragon-001 committed Jul 29, 2024
1 parent cd16fb1 commit 7c6b49c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -15,8 +15,8 @@ tauri-build = { version = "2.0.0-alpha.14", features = [], optional = true }

[dependencies]
tauri = { version = "2.0.0-alpha.21", features = [], optional = true }
presage = { git = "https://github.com/nanu-c/presage", rev = "350921c533224265a0ff026dfddc67419ca45b7a" }
presage-store-sled = { git = "https://github.com/nanu-c/presage", rev = "350921c533224265a0ff026dfddc67419ca45b7a" }
presage = { git = "https://github.com/axolotl-chat/presage", rev = "350921c533224265a0ff026dfddc67419ca45b7a" }
presage-store-sled = { git = "https://github.com/axolotl-chat/presage", rev = "350921c533224265a0ff026dfddc67419ca45b7a" }
#presage = {path = "../presage/presage"}
#presage-store-sled = { path = "../presage/presage-store-sled" }
zeroize = { version = "1.6.0", default-features = false }
Expand Down

0 comments on commit 7c6b49c

Please sign in to comment.