Skip to content

Commit

Permalink
bump katana to v1.0.0-alpha.15 (#1451)
Browse files Browse the repository at this point in the history
* bump katana to v1.0.0-alpha.15

* fix comment

* small fix

* some fixes

* fix chain id
  • Loading branch information
tcoratger authored Oct 11, 2024
1 parent 1455145 commit 278a562
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 68 deletions.
123 changes: 82 additions & 41 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ tokio-util = { version = "0.7", features = [
tokio-stream = { version = "0.1", default-features = false, optional = true }
walkdir = { version = "2.5", default-features = false, optional = true }

dojo-test-utils = { git = 'https://github.com/dojoengine/dojo', tag = "v1.0.0-alpha.14", default-features = false, optional = true }
katana-primitives = { git = 'https://github.com/dojoengine/dojo', tag = "v1.0.0-alpha.14", default-features = false, features = [
dojo-test-utils = { git = 'https://github.com/dojoengine/dojo', tag = "v1.0.0-alpha.15", default-features = false, optional = true }
katana-node = { git = 'https://github.com/dojoengine/dojo', tag = "v1.0.0-alpha.15", default-features = false, optional = true }
katana-primitives = { git = 'https://github.com/dojoengine/dojo', tag = "v1.0.0-alpha.15", default-features = false, features = [
"serde",
], optional = true }
mockall = { version = "0.13.0", default-features = false, optional = true }
Expand Down Expand Up @@ -201,6 +202,7 @@ testing = [
"anyhow",
"dep:arbitrary",
"dojo-test-utils",
"katana-node",
"foundry-config",
"katana-primitives",
"mockall",
Expand Down
Loading

0 comments on commit 278a562

Please sign in to comment.