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
Changes from 2 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
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -76,6 +76,13 @@ ASPNETCORE_ENVIRONMENT=development dotnet swagger tofile --output ../../identity

### OpenApi Generator

Make sure you have the nightly toolchain installed with `rustup`. We need this to run
`cargo +nightly fmt` in the `build-api.sh` script below.

```bash
rustup toolchain install nightly
```

To generate a new version of the bindings run the following script from the root of the SDK project.

```bash
Expand Down