Skip to content

Commit

Permalink
Cargo update (#239)
Browse files Browse the repository at this point in the history
* build(deps): cargo update

* feat: update channel

---------

Co-authored-by: SevereCloud <[email protected]>
Co-authored-by: Daniil Suvorov <[email protected]>
  • Loading branch information
3 people authored Jul 31, 2023
1 parent 141341d commit 7a87dbb
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 56 deletions.
105 changes: 54 additions & 51 deletions Cargo.lock

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

9 changes: 4 additions & 5 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[toolchain]
# https://github.com/swc-project/swc/issues/6807
channel = "nightly-2022-09-23"
components = [ "clippy" ]
targets = [ "wasm32-wasi" ]
profile = "minimal"
channel = "nightly-2023-07-13"
components = ["clippy"]
targets = ["wasm32-wasi"]
profile = "minimal"

0 comments on commit 7a87dbb

Please sign in to comment.