Skip to content

Commit

Permalink
chore: remove unnecessary use of nightly rust (#46)
Browse files Browse the repository at this point in the history
Still pins toolchain for reproducibility though.
  • Loading branch information
xJonathanLEI authored Sep 12, 2024
1 parent 9588a9c commit 5ee66db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions crates/executor/client/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(stmt_expr_attributes)]

pub mod io;
#[macro_use]
pub mod utils;
Expand Down
3 changes: 0 additions & 3 deletions rust-toolchain

This file was deleted.

3 changes: 3 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "1.81.0"
components = ["rustfmt"]

0 comments on commit 5ee66db

Please sign in to comment.