Skip to content

Commit

Permalink
Point to updated toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
moodlezoup committed Aug 6, 2024
1 parent 15bc8f7 commit 7cd5b53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .jolt.rust.toolchain-tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-3c5f0ec3f4f98a2d211061a83bade8d62c6a6135
nightly-140fc9ae4f28956ae704bcd91755e75937d98153
2 changes: 1 addition & 1 deletion jolt-core/src/host/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl Program {
"-C",
&format!("link-arg=-T{}", self.linker_path()),
"-C",
"passes=loweratomic",
"passes=lower-atomic",
"-C",
"panic=abort",
];
Expand Down
3 changes: 1 addition & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[toolchain]
channel = "nightly-2024-04-20"
channel = "nightly-2024-08-01"
targets = ["riscv32i-unknown-none-elf"]

0 comments on commit 7cd5b53

Please sign in to comment.