Skip to content

Commit 220a40d

Browse files
authored
fix: multiple instances de-link account (#262)
Fixes #261
1 parent 78b3034 commit 220a40d

File tree

2 files changed

+37
-133
lines changed

2 files changed

+37
-133
lines changed

Cargo.lock

Lines changed: 35 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ debug = true
2828
dev = ["prost", "base64"]
2929

3030
[dependencies]
31-
presage = { git = "https://github.com/whisperfish/presage", rev = "6d7003f" }
32-
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "6d7003f" }
31+
presage = { git = "https://github.com/whisperfish/presage", rev = "dac9b35" }
32+
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "dac9b35" }
3333

3434
# dev feature dependencies
3535
prost = { version = "0.10.4", optional = true }

0 commit comments

Comments
 (0)