Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly Toolchain Note #675

Merged
merged 5 commits into from Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -86,6 +86,9 @@ This project uses customized templates which lives in the `support/openapi-templ
These templates resolves some outstanding issues we've experienced with the rust generator. But we
strive towards modifying the templates as little as possible to ease future upgrades.

Note: If you don't have the nightly toolchain installed, the `build-api.sh` script will install it
for you.

## Tests

Many of the SDK tests are based on encrypted data provided by the other Bitwarden clients. In order
Expand Down
1 change: 1 addition & 0 deletions support/build-api.sh
Expand Up @@ -22,5 +22,6 @@ npx openapi-generator-cli generate \
-t ./support/openapi-template \
--additional-properties=packageVersion=1.0.0

rustup toolchain install nightly
cargo +nightly fmt
npm run prettier