Skip to content

Commit c81faa7

Browse files
committed
Update edition in rustfmt command
1 parent 3159138 commit c81faa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdnative-bindings/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ fn format_file_if_needed(output_rs: &Path) {
144144
.arg("run")
145145
.arg("stable")
146146
.arg("rustfmt")
147-
.arg("--edition=2018")
147+
.arg("--edition=2021")
148148
.arg(output_rs)
149149
.output();
150150

0 commit comments

Comments
 (0)