-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This approach is very similar to that of GCP, and utilizes a similar conditional-write mechanism to prevent conflicting updates to the `latest` key. This updates the package major version to 1.0.0, as it modifies the `ServerConfig` enum by adding a new variant -- a semver-breaking change. To avoid further major version bumps from additional variants, this also adds `#[non-exhaustive]` to the enum.
- Loading branch information
Showing
10 changed files
with
1,403 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.