Skip to content

Commit

Permalink
chore: update solis version
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss committed Apr 1, 2024
1 parent 29ff93c commit d4c396d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/solis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ warp = "0.3"
# katana-rpc-api = { path = "../../../dojo/crates/katana/rpc/rpc-api" }
# katana-primitives = { path = "../../../dojo/crates/katana/primitives" }

katana-core = { git = "https://github.com/ArkProjectNFTs/dojo", tag = "v0.2.1-solis", features = [
katana-core = { git = "https://github.com/ArkProjectNFTs/dojo", tag = "v0.2.2-solis", features = [
"messaging",
"starknet-messaging",
] }
katana-rpc = { git = "https://github.com/ArkProjectNFTs/dojo", tag = "v0.2.1-solis" }
katana-rpc-api = { git = "https://github.com/ArkProjectNFTs/dojo", tag = "v0.2.1-solis" }
katana-primitives = { git = "https://github.com/ArkProjectNFTs/dojo", tag = "v0.2.1-solis" }
katana-rpc = { git = "https://github.com/ArkProjectNFTs/dojo", tag = "v0.2.2-solis" }
katana-rpc-api = { git = "https://github.com/ArkProjectNFTs/dojo", tag = "v0.2.2-solis" }
katana-primitives = { git = "https://github.com/ArkProjectNFTs/dojo", tag = "v0.2.2-solis" }

cainome = { git = "https://github.com/cartridge-gg/cainome", tag = "v0.2.4-fix-ord", features = [
"abigen-rs",
Expand Down

0 comments on commit d4c396d

Please sign in to comment.