Skip to content

Commit

Permalink
Oh clippy, you're so funny.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Pallant (42 Technology) committed Oct 5, 2021
1 parent aa7cd7a commit 8574cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/pico/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fn main() {
.write_all(include_bytes!("memory.x"))
.unwrap();
println!("cargo:rustc-link-search={}", out.display());
println!("cargo:rustc-env=GIT_VERSION={}", "v1.2.3");
println!("cargo:rustc-env=GIT_VERSION=v1.2.3");

// By default, Cargo will re-run a build script whenever
// any file in the project changes. By specifying `memory.x`
Expand Down

0 comments on commit 8574cbd

Please sign in to comment.