mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
chore: use rust-toolchain.toml for default toolchain
This commit is contained in:
committed by
Nicolas Sarlin
parent
f8a958663b
commit
212b925b5e
@@ -330,7 +330,7 @@ fn main() {
|
||||
);
|
||||
|
||||
let formatting_toolchain = {
|
||||
let tmp = fs::read_to_string("toolchain.txt").unwrap();
|
||||
let tmp = fs::read_to_string("nightly-toolchain.txt").unwrap();
|
||||
let tmp = tmp.trim();
|
||||
format!("+{tmp}")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user