Skip to content

Commit

Permalink
fix(deps): rust toolchain 2023-12-06; cargo-workspaces 0.2.44 (#126)
Browse files Browse the repository at this point in the history
* update rust toolchain

* use latest cargo-workspaces

* use cargo-workspace 0.2.44

---------

Co-authored-by: folex <[email protected]>
  • Loading branch information
ValeryAntopol and folex authored Dec 25, 2023
1 parent 6db2393 commit f096a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: baptiste0928/[email protected]
with:
crate: cargo-workspaces
version: v0.2.37
version: v0.2.44

- name: Setup marine
uses: fluencelabs/setup-marine@v1
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-08-27"
channel = "nightly-2023-12-06"
targets = [ "x86_64-unknown-linux-gnu", "wasm32-wasi", "x86_64-apple-darwin" ]
components = [ "rustfmt", "clippy" ]

0 comments on commit f096a4e

Please sign in to comment.