Skip to content

Commit 67df535

Browse files
committed
update to use patched postcard fork for v0.8.0 of heapless
1 parent d4681df commit 67df535

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ default = ["dkg", "signing", "std"]
2929
std = ["reddsa/std"]
3030
signing = ["dep:blake3", "dep:rand_chacha"]
3131
dkg = []
32+
33+
34+
[patch.crates-io]
35+
postcard = { git = "https://github.com/iron-fish/postcard", branch = "v080" }

0 commit comments

Comments
 (0)