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 aa7cd7a commit 8574cbdCopy full SHA for 8574cbd
boards/pico/build.rs
@@ -24,7 +24,7 @@ fn main() {
24
.write_all(include_bytes!("memory.x"))
25
.unwrap();
26
println!("cargo:rustc-link-search={}", out.display());
27
- println!("cargo:rustc-env=GIT_VERSION={}", "v1.2.3");
+ println!("cargo:rustc-env=GIT_VERSION=v1.2.3");
28
29
// By default, Cargo will re-run a build script whenever
30
// any file in the project changes. By specifying `memory.x`
0 commit comments