-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add nightly minimum dependencies test
Add a nightly toolchain to test builds using the `-Z direct-minimum-dependencies` flag. This ensures our minimum version requirements are compatible with our source code. This required bumping some versions: - libc: `0.2.138` -> `0.2.158` as `vsock-rs` depends on `0.2.158`. - tokio: `1` -> `1.27` as we depend on methods/trait impls which are only available starting that version. This ensures our minimum `tonic` requirement still compiles. Signed-off-by: Jalil David Salamé Messina <[email protected]>
- Loading branch information
1 parent
42901f2
commit a2930a9
Showing
3 changed files
with
36 additions
and
3 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
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