Skip to content

Commit

Permalink
Update katana-primitives to 4fe87ba
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Feb 5, 2024
1 parent fc4d4de commit 51cb9b0
Show file tree
Hide file tree
Showing 2 changed files with 5 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.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ version = "0.5.7"
edition = "2021"

[dependencies]
katana-primitives = { git = "https://github.com/dojoengine/dojo", tag = "v0.5.1-alpha.5", default-features = false, features = ["serde", "blockifier"] }
katana-primitives = { git = "https://github.com/dojoengine/dojo", rev = "4fe87ba", default-features = false, features = [
"serde",
"blockifier",
] }
anyhow = "1.0.75"
axum = "0.6"
clap = { version = "4.2", features = ["derive"] }
Expand Down

0 comments on commit 51cb9b0

Please sign in to comment.