-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support granular control of specifying runtime crate versions
**BREAKING**: after this PR, `in smity-build.json` the path `rust-codegen.runtimeConfig.version` no longer exists. Instead, a new field `versions` comes in. It's an object mapping a runtime crate name to a version string. There is also a special key `DEFAULT`, which is presetted as detected runtime version but open to override. Crates without version specified would be set as the same version as which associated to key `DEFAULT`. Signed-off-by: Weihang Lo <[email protected]>
- Loading branch information
Showing
1 changed file
with
37 additions
and
15 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