-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Describe the bug
When building RustScan from source using the 2.4.1 git tag, the resulting binary reports version 2.3.0 instead of 2.4.1.
To Reproduce
Steps to reproduce the behavior:
- Clone the repository:
git clone https://github.com/bee-san/RustScan.git cd RustScan - Checkout the 2.4.1 tag:
git checkout 2.4.1
- Build the project:
cargo build --release
- Check the version of the built binary:
./target/release/rustscan -V
- The output is:
rustscan 2.3.0
Expected behavior
The binary built from the 2.4.1 tag should report version 2.4.1, not 2.3.0.
Screenshots
Not applicable.
Desktop (please complete the following information):
- OS: macOS 14.7.6 (23H626)
- Rust version: rustc 1.86.0 (05f9846f8 2025-03-31)
- Git version: git version 2.39.5 (Apple Git-154)
Additional context
This issue affects all builds from source, including Homebrew, which builds RustScan from the 2.4.1 tag and thus also produces a binary reporting version 2.3.0.
In the Cargo.toml file on the 2.4.1 tag, the version is still set to 2.3.0.
Please update the version in Cargo.toml before tagging and releasing new versions to avoid such inconsistencies.
lcheylus
Metadata
Metadata
Assignees
Labels
No labels