Skip to content

Commit

Permalink
Revert "Revert "chore: upgrade to nightly-2022-06-20""
Browse files Browse the repository at this point in the history
This reverts commit 374b4c9.

Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
  • Loading branch information
gregdhill committed Aug 4, 2022
1 parent 922d975 commit afb5734
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/currency/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#![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-02-08"
channel = "nightly-2022-06-20"
components = [ "rustfmt", "rls" ]
targets = [ "wasm32-unknown-unknown" ]

0 comments on commit afb5734

Please sign in to comment.