Skip to content

Commit

Permalink
chore: update dependencies (#156)
Browse files Browse the repository at this point in the history
* bump rust, sdk version

* bump ic-cdk and candid

* fmt

* update node dep

* fix lint

* node v16

* disable encryption

* add nvmrc with v16

* revert to dfx 0.9.2
  • Loading branch information
lwshang authored Feb 24, 2023
1 parent fa86dd3 commit 89df796
Show file tree
Hide file tree
Showing 16 changed files with 452 additions and 320 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
rust: ['1.58.1']
rust: ['1.66.1']

steps:
- name: Checkout
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ jobs:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
rust: [ '1.58.1' ]
rust: [ '1.66.1' ]
# only dfx >= 0.8.3 lets us query multiple controllers
dfx: [ '0.9.2' ]
env:
DFX_VERSION: ${{ matrix.dfx }}

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Cache Cargo
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.58.1' ]
rust: [ '1.66.1' ]
os: [ ubuntu-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: ['1.58.1']
rust: ['1.66.1']
os: [ubuntu-latest]
node-version: ['12.x']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
rust: ['1.58.1']
rust: ['1.66.1']
node-version: ['12.x']
steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.19.1
59 changes: 26 additions & 33 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion e2e/bash/controller.bash
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ teardown() {

assert_command dfx identity new alice
assert_command dfx identity use alice

ALICE_WALLET=$(dfx --identity alice identity get-wallet)
ALICE_ID=$(dfx --identity alice identity get-principal)

Expand Down
Loading

0 comments on commit 89df796

Please sign in to comment.