Skip to content

Commit

Permalink
fix dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 27, 2024
1 parent aac7875 commit 4a320a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ license = "MIT OR Apache-2.0"
rust-version = "1.75"

[workspace.dependencies]
substreams-antelope = { version = "0.*", path = "./substreams-antelope" }
substreams-antelope-core = { version = "0.*", path = "./core" }
substreams-antelope-abigen = { version = "0.*", path = "./abigen" }
substreams-antelope = { version = "0.4.*", path = "./substreams-antelope" }
substreams-antelope-core = { version = "0.4.*", path = "./core" }
substreams-antelope-abigen = { version = "0.4.*", path = "./abigen" }

0 comments on commit 4a320a9

Please sign in to comment.