Skip to content

Commit

Permalink
chore: Upgrade shadow-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Dec 17, 2024
1 parent 50ed183 commit 000fc9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use shadow_rs::SdResult;
use shadow_rs::ShadowBuilder;

fn main() -> SdResult<()> {
fn main() {
println!("cargo:rerun-if-changed=.git/HEAD");
println!("cargo:rerun-if-changed=.git/refs/heads");
shadow_rs::new()
ShadowBuilder::builder().build().unwrap();
}

0 comments on commit 000fc9a

Please sign in to comment.