Skip to content

Commit

Permalink
chore: use temporary displaydoc fix (#4567)
Browse files Browse the repository at this point in the history
Signed-off-by: 0x009922 <43530070+0x009922@users.noreply.github.com>
  • Loading branch information
0x009922 committed May 31, 2024
1 parent 4779723 commit 693a6ca
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
30 changes: 20 additions & 10 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ assertables = "7"
eyre = "0.6.12"
color-eyre = "0.6.3"
thiserror = { version = "1.0.61", default-features = false }
displaydoc = { version = "0.2.4", default-features = false }
# FIXME: temporary, until fix in the upstream https://github.com/yaahc/displaydoc/issues/46
displaydoc = { git = "https://github.com/akonradi-signal/displaydoc.git", branch = "anonymous-const", default-features = false }
error-stack = "0.4.1"

cfg-if = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ hex = { workspace = true, features = ["alloc", "serde"] }
getset = { workspace = true }

thiserror = { version = "1.0.61", optional = true }
displaydoc = { version = "0.2.4", default-features = false }
displaydoc = { workspace = true }

digest = { version = "0.10.7", default-features = false, features = ["alloc"] }
blake2 = { version = "0.10.6", default-features = false }
Expand Down

0 comments on commit 693a6ca

Please sign in to comment.