Skip to content

Commit

Permalink
temporarily pin blake3 to not break serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Jul 15, 2024
1 parent 822d9bc commit 1139938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion libraries/geph5-broker-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = { version = "1.0.204", features = ["derive"] }
bytes = { version = "1.6.0", features = ["serde"] }
ed25519-dalek = { version = "2.1.1", features = ["serde"] }
stdcode = "0.1.14"
blake3 = { version = "1.5.1", features = ["serde"] }
blake3 = { version = "=1.5.1", features = ["serde"] }
isocountry = "0.3.2"
language-tags = { version = "0.3.2", features = ["serde"] }
serde_with = { version = "3.8.3", features = ["hex"] }
Expand Down

0 comments on commit 1139938

Please sign in to comment.