Skip to content

Commit

Permalink
chore(deps): update gasket to v0.9 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Jan 15, 2025
1 parent 768a47d commit 2cf8a65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ pallas = { git = "https://github.com/txpipe/pallas.git", features = ["hardano",
# pallas = { version = "^0.30.1", features = ["hardano", "applying"] }
# pallas = { path = "../pallas/pallas", features = ["hardano", "applying"] }

gasket = { git = "https://github.com/construkts/gasket-rs.git", features = ["derive"] }
# gasket = { version = "^0.8", features = ["derive"] }
# gasket = { git = "https://github.com/construkts/gasket-rs.git", features = ["derive"] }
gasket = { version = "^0.9", features = ["derive"] }
# gasket = { path = "../../construkts/gasket-rs/gasket", features = ["derive"] }

redb = { version = "^2" }
Expand Down

0 comments on commit 2cf8a65

Please sign in to comment.