-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin compiler_builtins to 0.1.109 when building std
- Loading branch information
1 parent
00b6a5e
commit baec2ef
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
deterministic-build-wrappers/compiler-builtins-dummy/Cargo.toml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[package] | ||
name = "compiler-builtins-dummy" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
compiler_builtins = "=0.1.109" |
Empty file.
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