Skip to content

Commit

Permalink
Touch build.rs in script/bigdecimal-property-tests
Browse files Browse the repository at this point in the history
After restoring .bak files, the timestamps require updating so
cargo and tools re-run it.
  • Loading branch information
akubera committed Mar 29, 2024
1 parent e0cf671 commit b9f2838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bigdecimal-property-tests
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ restore_disabled_property_tests() {
# Restore Cargo.toml with backup
mv Cargo.toml.bak Cargo.toml
mv build.rs.bak build.rs
touch build.rs
}


Expand Down

0 comments on commit b9f2838

Please sign in to comment.