Skip to content

Commit

Permalink
Fix Concordium test dependencies (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 authored Jun 26, 2024
2 parents 8433cde + da9d0b3 commit 1d248d5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
- name: Test extraction
run: |
echo "::group::Running tests"
git config --global url.https://github.com/.insteadOf [email protected]:
make -j${{ env.JOBS }} test-extraction
echo "::endgroup::"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ edition = "2018"
crate-type = ["rlib"]

[dependencies]
bumpalo = "3.5.0"
bumpalo = "=3.5.0"
concert-std-derive = { path = "../concert-std-derive" }
immutable-map = "0.1.2"

[patch.crates-io]
concordium-std-derive = { git = "https://github.com/Concordium/concordium-rust-smart-contracts", rev="4d4b024b547a1f120f6d6951cbc409c94f8f146a" }

[dependencies.concordium-std]
version = "2.0.0"
default-features = false
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ std = ["concordium-std/std"]

[dependencies]
concert-std = { path = "../concert-std" }
bumpalo = "3.5.0"
bumpalo = "=3.5.0"
immutable-map = "0.1.2"

[patch.crates-io]
concordium-std-derive = { git = "https://github.com/Concordium/concordium-rust-smart-contracts", rev="4d4b024b547a1f120f6d6951cbc409c94f8f146a" }

[dependencies.concordium-std]
version = "2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ std = ["concordium-std/std"]

[dependencies]
concert-std = { path = "../concert-std" }
bumpalo = "3.5.0"
bumpalo = "=3.5.0"
immutable-map = "0.1.2"

[patch.crates-io]
concordium-std-derive = { git = "https://github.com/Concordium/concordium-rust-smart-contracts", rev="4d4b024b547a1f120f6d6951cbc409c94f8f146a" }

[dependencies.concordium-std]
version = "2.0.0"
default-features = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ std = ["concordium-std/std"]

[dependencies]
concert-std = { path = "../concert-std" }
bumpalo = "3.5.0"
bumpalo = "=3.5.0"
immutable-map = "0.1.2"

[patch.crates-io]
concordium-std-derive = { git = "https://github.com/Concordium/concordium-rust-smart-contracts", rev="4d4b024b547a1f120f6d6951cbc409c94f8f146a" }

[dependencies.concordium-std]
version = "2.0.0"
default-features = false
Expand Down

0 comments on commit 1d248d5

Please sign in to comment.