Skip to content

Commit

Permalink
Merge pull request #691 from gregdhill/chore/nightly-2022-06-20
Browse files Browse the repository at this point in the history
chore: use nightly-2022-06-20
  • Loading branch information
gregdhill authored Aug 4, 2022
2 parents 922d975 + afb5734 commit 52802f3
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 52802f3

Please sign in to comment.