Skip to content

Commit

Permalink
move toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Yithis committed Feb 16, 2024
1 parent 1f0176a commit e023c02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions relations/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly-2023-12-21"
4 changes: 2 additions & 2 deletions relations/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pub mod note;
pub mod operation;
pub mod relations;

#[cfg(test)]
pub mod tests;
//#[cfg(test)]
//pub mod tests;

/// Represents the available tokens.
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.76.0"
components = ["rustfmt", "clippy", "rust-src"]
targets = ["wasm32-unknown-unknown"]
Expand Down

0 comments on commit e023c02

Please sign in to comment.