Skip to content

Commit

Permalink
chore: unfixtate parity versions (#2490)
Browse files Browse the repository at this point in the history
commit-id:aa65d32b
  • Loading branch information
Itay-Tsabary-Starkware authored Dec 9, 2024
1 parent e602b3b commit 3893430
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ license = "Apache-2.0"
license-file = "LICENSE"

[workspace.dependencies]
# fixating the version of parity-scale-codec and parity-scale-codec-derive due to an error in udeps.
# TODO: Remove this once udeps is fixed.
alloy-contract = "0.3.5"
alloy-dyn-abi = "0.8.3"
alloy-json-rpc = "0.3.5"
Expand Down Expand Up @@ -179,8 +177,8 @@ papyrus_state_reader = { path = "crates/papyrus_state_reader", version = "0.0.0"
papyrus_storage = { path = "crates/papyrus_storage", version = "0.0.0" }
papyrus_sync = { path = "crates/papyrus_sync", version = "0.0.0" }
papyrus_test_utils = { path = "crates/papyrus_test_utils", version = "0.0.0" }
parity-scale-codec = "=3.6.9"
parity-scale-codec-derive = "=3.6.9"
parity-scale-codec = "3.6"
parity-scale-codec-derive = "3.6"
paste = "1.0.15"
phf = "0.11"
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit 3893430

Please sign in to comment.