Merge pull request #4195 from mempool/junderw/rusttoolchain

This commit is contained in:
wiz
2023-08-27 13:19:15 +09:00
committed by GitHub
4 changed files with 13 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ Install dependencies with `npm` and build the backend:
```
cd backend
npm install
npm install --no-install-links # npm@9.4.2 and later can omit the --no-install-links
npm run build
```

View File

@@ -6,8 +6,6 @@ authors = ["mononaut"]
edition = "2021"
publish = false
[workspace]
[lib]
crate-type = ["cdylib"]