Skip to content

Commit

Permalink
Fix dependency: use cargo-platform =0.1.8 to allow release
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Jan 20, 2025
1 parent b73b226 commit f651453
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ listeners = "0.2.1"
# https://github.com/paritytech/parity-scale-codec/issues/656
parity-scale-codec = "=3.6.12"
parity-scale-codec-derive = "=3.6.12"

# https://app.circleci.com/pipelines/github/0xSpaceShard/starknet-devnet-rs/3033/workflows/3f93463c-7550-432b-8868-9bb0bf96dc10/jobs/5012
cargo-platform = "=0.1.8"
3 changes: 3 additions & 0 deletions crates/starknet-devnet-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ parking_lot = { workspace = true }
# necessary for installing reqwest in Docker
openssl = { workspace = true }

cargo-platform = { workspace = true }

[dev-dependencies]
hex = { workspace = true }
starknet-types = { workspace = true, features = ["testing"] }
Expand All @@ -48,4 +50,5 @@ test_utils = []
ignored = [
# read note above
"openssl",
"cargo-platform"
]

0 comments on commit f651453

Please sign in to comment.