We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdc926 commit fa815f3Copy full SHA for fa815f3
src/doc/src/reference/build-script-examples.md
@@ -49,6 +49,7 @@ Here we can see that we have a `build.rs` build script and our binary in
49
[package]
50
name = "hello-from-generated-code"
51
version = "0.1.0"
52
+edition = "2021"
53
```
54
55
Let’s see what’s inside the build script:
0 commit comments