Skip to content

Commit

Permalink
fix: update paladin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Nov 6, 2024
1 parent 6c032c4 commit 08a7e7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ num-traits = "0.2.19"
nunny = "0.2.1"
once_cell = "1.19.0"
# TODO: update when paladin is released to 0.4.4 with abort signal support
paladin-core = { git = "https://github.com/0xPolygonZero/paladin.git", branch = "feat/abort-signal" }
paladin-core = { git = "https://github.com/0xPolygonZero/paladin.git", branch = "main" }
parking_lot = "0.12.3"
pest = "2.7.10"
pest_derive = "2.7.10"
Expand Down

0 comments on commit 08a7e7f

Please sign in to comment.