Skip to content

Commit

Permalink
Hardcode parity-scale-code version to 3.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Nov 21, 2024
1 parent cd8f357 commit 038d946
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,7 @@ lazy_static = { version = "1.4.0" }

# Benchmarking
criterion = { version = "0.3.4", features = ["async_tokio"] }

# https://github.com/paritytech/parity-scale-codec/issues/656
parity-scale-codec = "=3.6.12"
parity-scale-codec-derive = "=3.6.12"
4 changes: 4 additions & 0 deletions crates/starknet-devnet-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ usc = { workspace = true }
# Cairo-lang dependencies
cairo-lang-compiler = { workspace = true }
cairo-lang-casm = { workspace = true }
parity-scale-codec = { workspace = true }
parity-scale-codec-derive = { workspace = true }
cairo-lang-defs = { workspace = true }
cairo-lang-diagnostics = { workspace = true }
cairo-lang-filesystem = { workspace = true }
Expand Down Expand Up @@ -58,4 +60,6 @@ ignored = [
"cairo-lang-sierra-to-casm",
"cairo-lang-syntax",
"cairo-lang-utils",
"parity-scale-codec",
"parity-scale-codec-derive",
]

0 comments on commit 038d946

Please sign in to comment.