File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55env :
66 rust_pins :
77 stable : &rust_stable "1.82.0"
8- nightly : &nightly_pin "2024-11-01 "
8+ nightly : &nightly_pin "2024-11-02 "
99 llvm_for_rust_pins :
1010 stable : &llvm_stable "19"
1111 nightly : &llvm_nightly "19"
Original file line number Diff line number Diff line change 3535 channel = "stable" ;
3636 version = "1.82.0" ;
3737 llvm = "19" ;
38- profile = "minimal " ;
38+ profile = "default " ;
3939 targets = [ "x86_64-unknown-linux-gnu" "x86_64-unknown-linux-musl" ] ;
4040 } ;
4141 nightly = {
4242 channel = "nightly" ;
43- version = "2024-11-01 " ;
43+ version = "2024-11-02 " ;
4444 llvm = "19" ;
45- profile = "minimal " ;
45+ profile = "default " ;
4646 targets = [ "x86_64-unknown-linux-gnu" "x86_64-unknown-linux-musl" ] ;
4747 } ;
4848 } ;
Original file line number Diff line number Diff line change 3535 channel = "stable";
3636 version = "$RUST_STABLE_PIN";
3737 llvm = "$RUST_STABLE_PIN_LLVM";
38- profile = "minimal ";
38+ profile = "default ";
3939 targets = ["x86_64-unknown-linux-gnu" "x86_64-unknown-linux-musl"];
4040 };
4141 nightly = {
4242 channel = "nightly";
4343 version = "$RUST_NIGHTLY_PIN";
4444 llvm = "$RUST_NIGHTLY_PIN_LLVM";
45- profile = "minimal ";
45+ profile = "default ";
4646 targets = ["x86_64-unknown-linux-gnu" "x86_64-unknown-linux-musl"];
4747 };
4848 };
You can’t perform that action at this time.
0 commit comments