Skip to content

Commit

Permalink
Merge pull request #6 from omnia-network/chore/update-deps
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
ilbertt authored Feb 26, 2024
2 parents 344bd5e + 6ae73fc commit 220bcb9
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- uses: aviate-labs/setup-dfx@v0.2.6
- uses: dfinity/setup-dfx@main
with:
dfx-version: 0.15.2
dfx-version: 0.16.1
env:
DFX_IDENTITY_PEM: ${{ secrets.DFX_IDENTITY_PEM }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- uses: aviate-labs/setup-dfx@v0.2.6
- uses: dfinity/setup-dfx@main
with:
dfx-version: 0.15.2
dfx-version: 0.16.1

# rust toolchain is needed for integration tests
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ There's a script that runs the integration tests, taking care of installing depe
./scripts/test.sh
```

> If you're on **macOS**, you have to manually download the PocketIC binary ([guide](https://github.com/dfinity/pocketic#download)) and place it in the [bin](./bin/) folder.
## License

MIT License. See [LICENSE](./LICENSE).
Expand Down
4 changes: 2 additions & 2 deletions mops.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-websocket-cdk"
version = "0.3.2"
version = "0.3.4"
description = "IC WebSocket Motoko CDK"
repository = "https://github.com/omnia-network/ic-websocket-cdk-mo"
keywords = ["ic", "websocket", "motoko", "cdk"]
Expand All @@ -10,4 +10,4 @@ license = "MIT"
ic-certification = "0.1.3"
sha2 = "0.0.4"
cbor = "0.1.3"
base = "0.10.0"
base = "0.10.4"
2 changes: 1 addition & 1 deletion tests/test_canister/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
},
"output_env_file": ".env",
"version": 1,
"dfx": "0.15.2"
"dfx": "0.16.1"
}
2 changes: 1 addition & 1 deletion tests/test_canister/mops.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ic-websocket-cdk = "../../"
ic-certification = "0.1.3"
sha2 = "0.0.4"
cbor = "0.1.3"
base = "0.10.0"
base = "0.10.4"

0 comments on commit 220bcb9

Please sign in to comment.