Skip to content

Commit

Permalink
bump katana to v1.0.0-alpha.14 (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Oct 6, 2024
1 parent 1d8138b commit 32a9fae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ 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.13", default-features = false, optional = true }
katana-primitives = { git = 'https://github.com/dojoengine/dojo', tag = "v1.0.0-alpha.13", default-features = false, features = [
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 = [
"serde",
], optional = true }
mockall = { version = "0.13.0", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ run-dev: load-env
RUST_LOG=trace cargo run --bin kakarot-rpc

install-katana:
cargo install --git https://github.com/dojoengine/dojo --locked --tag v1.0.0-alpha.13 katana
cargo install --git https://github.com/dojoengine/dojo --locked --tag v1.0.0-alpha.14 katana

katana-genesis: install-katana
cargo run --bin katana_genesis --features testing
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
restart: on-failure

starknet:
image: ghcr.io/dojoengine/dojo:v1.0.0-alpha.13
image: ghcr.io/dojoengine/dojo:v1.0.0-alpha.14
command:
- katana
- --disable-fee
Expand Down
2 changes: 1 addition & 1 deletion docker/hive/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# trunk-ignore-all(terrascan/AC_DOCKER_0047)

# CairoVM Chain
FROM ghcr.io/dojoengine/dojo:v1.0.0-alpha.13 as katana
FROM ghcr.io/dojoengine/dojo:v1.0.0-alpha.14 as katana

# Indexer service
### Apibara DNA indexer and indexer
Expand Down

0 comments on commit 32a9fae

Please sign in to comment.