Skip to content

Commit f651453

Browse files
committed
Fix dependency: use cargo-platform =0.1.8 to allow release
1 parent b73b226 commit f651453

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,6 @@ listeners = "0.2.1"
128128
# https://github.com/paritytech/parity-scale-codec/issues/656
129129
parity-scale-codec = "=3.6.12"
130130
parity-scale-codec-derive = "=3.6.12"
131+
132+
# https://app.circleci.com/pipelines/github/0xSpaceShard/starknet-devnet-rs/3033/workflows/3f93463c-7550-432b-8868-9bb0bf96dc10/jobs/5012
133+
cargo-platform = "=0.1.8"

crates/starknet-devnet-core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ parking_lot = { workspace = true }
3737
# necessary for installing reqwest in Docker
3838
openssl = { workspace = true }
3939

40+
cargo-platform = { workspace = true }
41+
4042
[dev-dependencies]
4143
hex = { workspace = true }
4244
starknet-types = { workspace = true, features = ["testing"] }
@@ -48,4 +50,5 @@ test_utils = []
4850
ignored = [
4951
# read note above
5052
"openssl",
53+
"cargo-platform"
5154
]

0 commit comments

Comments
 (0)