mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-04-24 15:32:15 +00:00
fix(deps): rust toolchain 2023-12-06; cargo-workspaces 0.2.44 (#126)
* update rust toolchain * use latest cargo-workspaces * use cargo-workspace 0.2.44 --------- Co-authored-by: folex <0xdxdy@gmail.com>
This commit is contained in:
parent
6db2393482
commit
f096a4efb4
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
|||||||
uses: baptiste0928/cargo-install@v2.0.0
|
uses: baptiste0928/cargo-install@v2.0.0
|
||||||
with:
|
with:
|
||||||
crate: cargo-workspaces
|
crate: cargo-workspaces
|
||||||
version: v0.2.37
|
version: v0.2.44
|
||||||
|
|
||||||
- name: Setup marine
|
- name: Setup marine
|
||||||
uses: fluencelabs/setup-marine@v1
|
uses: fluencelabs/setup-marine@v1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2023-08-27"
|
channel = "nightly-2023-12-06"
|
||||||
targets = [ "x86_64-unknown-linux-gnu", "wasm32-wasi", "x86_64-apple-darwin" ]
|
targets = [ "x86_64-unknown-linux-gnu", "wasm32-wasi", "x86_64-apple-darwin" ]
|
||||||
components = [ "rustfmt", "clippy" ]
|
components = [ "rustfmt", "clippy" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user