Introduces an `increment` Cargo feature to control the automatic incrementing of the build number during the build process. This change prevents the build number from incrementing on every build, providing more control for local development and specific release scenarios. The build number will now only increment when the `increment` feature is explicitly enabled. Adds `cargo:rerun-if-changed=src/` to ensure the build script re-runs when source files change.
1 line
No EOL
3 B
Text
1 line
No EOL
3 B
Text
127 |