Skip to content

Commit

Permalink
chore: bump pallas to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupernaviX authored and rvcas committed Feb 20, 2025
1 parent d9a32c7 commit 216c5c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ x86_64-unknown-linux-musl = "ubuntu-22.04"
walkdir = "2.3.2"
insta = { version = "1.30.0", features = ["yaml", "json", "redactions"] }
miette = { version = "7.2.0" }
pallas-addresses = "0.31.0"
pallas-codec = { version = "0.31.0", features = ["num-bigint"] }
pallas-crypto = "0.31.0"
pallas-primitives = "0.31.0"
pallas-traverse = "0.31.0"
pallas-addresses = "0.32.0"
pallas-codec = { version = "0.32.0", features = ["num-bigint"] }
pallas-crypto = "0.32.0"
pallas-primitives = "0.32.0"
pallas-traverse = "0.32.0"

[profile.dev.package.insta]
opt-level = 3
Expand Down

0 comments on commit 216c5c3

Please sign in to comment.