Skip to content

Commit

Permalink
chore: Lock rust nightly version to nightly-2022-03-22
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynotsolucky committed Mar 25, 2022
1 parent 8a8fd04 commit aa79d45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/apps/crates/entry/home/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ web-sys = { version = "0.3.55", features = [
'Response',
'RequestMode',
'Headers',
'Document',
'Document',
'DocumentFragment',
'HtmlTemplateElement',
'Window',
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly-2022-03-22"

0 comments on commit aa79d45

Please sign in to comment.