Skip to content

Commit

Permalink
Merge pull request #39 from zippiehq/fix/advance-runner-version
Browse files Browse the repository at this point in the history
fix: update advance_runner dependency to the newest version
  • Loading branch information
stskeeps authored Jan 17, 2025
2 parents b40416b + a2913c9 commit e2fc015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
async-std = { version = "1", features = ["attributes", "tokio1"] }
advance_runner = {git = "https://github.com/zippiehq/cartesi-advance-runner", rev = "b9dc07033cf46b109033295101e6cf9ef4ae30b7"}
advance_runner = {git = "https://github.com/zippiehq/cartesi-advance-runner", rev = "3da5d2cf4f0aec424a9ce75946a1ef09e4078848"}
hyper = { version = "0.14", features = ["full"] }
hex = "0.4"
serde_json = "1.0.132"
Expand Down

0 comments on commit e2fc015

Please sign in to comment.