Skip to content

Commit

Permalink
Merge pull request #684 from gregdhill/chore/revert-nightly
Browse files Browse the repository at this point in the history
Revert "chore: upgrade to nightly-2022-06-20"
  • Loading branch information
gregdhill authored Jul 28, 2022
2 parents 01d54c1 + 374b4c9 commit 012ba86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/currency/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#![deny(warnings)]
#![cfg_attr(test, feature(proc_macro_hygiene))]
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(const_fn_trait_bound)]

#[cfg(test)]
mod mock;
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2022-06-20"
channel = "nightly-2022-02-08"
components = [ "rustfmt", "rls" ]
targets = [ "wasm32-unknown-unknown" ]

0 comments on commit 012ba86

Please sign in to comment.