Skip to content

Commit

Permalink
fix: rust does not have a 2022 edition (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmyers authored Mar 11, 2023
1 parent 6be1bcd commit 7524cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/wasm/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_regi

rules_rust_dependencies()

rust_register_toolchains(edition = "2022")
rust_register_toolchains(edition = "2021")
4 changes: 2 additions & 2 deletions e2e/wasm/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

fn main() {
println!("Hello world!");
}
}

0 comments on commit 7524cb9

Please sign in to comment.