Skip to content

Commit af0bb60

Browse files
committed
wasm_rust_binary: use edition 2021
Signed-off-by: Matt Leon <mattleon@google.com>
1 parent 439762d commit af0bb60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bazel/wasm.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def wasm_rust_binary(name, tags = [], wasi = False, signing_key = [], **kwargs):
8383

8484
rust_binary(
8585
name = wasm_name,
86-
edition = "2024",
86+
edition = "2021",
8787
crate_type = "cdylib",
8888
out_binary = True,
8989
tags = ["manual"],

0 commit comments

Comments
 (0)