Skip to content

Commit

Permalink
new: Support partial versions for toolchain tools. (#1064)
Browse files Browse the repository at this point in the history
* Switch to new spec.

* Fix lints.

* Fix logs.

* Fix test.

* Update docs.

* Add blog post.
  • Loading branch information
milesj authored Sep 20, 2023
1 parent effa6d2 commit b519f66
Show file tree
Hide file tree
Showing 42 changed files with 767 additions and 675 deletions.
6 changes: 3 additions & 3 deletions .moon/toolchain.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
$schema: '../website/static/schemas/toolchain.json'

rust:
version: '1.72.0'
version: '1.72.1'
bins:
- 'cargo-make'
- 'cargo-nextest'
syncToolchainConfig: true

node:
version: '20.0.0'
version: '20.7.0'
packageManager: 'yarn'
yarn:
version: '3.5.0'
version: '3.6.3'
plugins:
- 'interactive-tools'
- 'version'
Expand Down
222 changes: 111 additions & 111 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

561 changes: 281 additions & 280 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
Loading

0 comments on commit b519f66

Please sign in to comment.