Skip to content

Commit

Permalink
fix: multiple instances de-link account
Browse files Browse the repository at this point in the history
Fixes #261
  • Loading branch information
boxdot committed Jan 9, 2024
1 parent 78b3034 commit 0a8005b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 133 deletions.
166 changes: 35 additions & 131 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 = "6d7003f" }
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "6d7003f" }
presage = { git = "https://github.com/whisperfish/presage", rev = "dac9b35" }
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "dac9b35" }

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

0 comments on commit 0a8005b

Please sign in to comment.