From 83db428f0405157bc31bc8d20b7acc170d83aa09 Mon Sep 17 00:00:00 2001 From: PierreOssun Date: Wed, 9 Aug 2023 11:44:21 +0200 Subject: [PATCH] updated CI --- .github/workflows/tests.yaml | 4 ++-- contracts/dao/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index bd593b7..0d5f549 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -42,8 +42,8 @@ jobs: - name: Install cargo contract if: ${{ steps.check-cargo-contract.outcome == 'failure' }} run: | - cargo install cargo-dylint dylint-link - cargo install --force --locked cargo-contract + cargo +stable install cargo-dylint dylint-link + cargo +stable install --force --locked cargo-contract - name: Use Node.js uses: actions/setup-node@v3 diff --git a/contracts/dao/Cargo.toml b/contracts/dao/Cargo.toml index f5f4bf3..b564509 100644 --- a/contracts/dao/Cargo.toml +++ b/contracts/dao/Cargo.toml @@ -10,7 +10,7 @@ ink = { version = "4.2.1", default-features = false } scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } scale-info = { version = "2.5", default-features = false, features = ["derive"], optional = true } -openbrush = { git = "https://github.com/727-Ventures/openbrush-contracts", version = "3.1.1", default-features = false } +openbrush = { git = "https://github.com/brushfam/openbrush-contracts", tag = "3.2.0", default-features = false } [lib] path = "lib.rs"