Skip to content

Commit

Permalink
update yarn + cargo (#75)
Browse files Browse the repository at this point in the history
Updates yarn & cargo

---------

Co-authored-by: Max Huang-Hobbs <[email protected]>
  • Loading branch information
Adjective-Object and Max Huang-Hobbs authored Aug 5, 2024
1 parent 8d832d7 commit dd2dc53
Show file tree
Hide file tree
Showing 8 changed files with 3,497 additions and 1,468 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.0.cjs
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ Cloning the repo:
``` sh
git clone https://github.com/Adjective-Object/good-fences-rs-core
cd good-fences-rs-core
npm install
npm run build
npm install -g
yarn
yarn run build
```

# Installing as Node dependency
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "update yarn + cargo",
"packageName": "@good-fences/api",
"email": "[email protected]",
"dependentChangeType": "patch"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
},
"dependencies": {
"commander": "^9.4.1"
}
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
profile = "default"
channel = "1.67.0"
channel = "1.79.0"
Loading

0 comments on commit dd2dc53

Please sign in to comment.