You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that there's a regression between 0.17.1 and 0.18.0 that version in workspace is not supported any more?
Thanks for investigating into this issue!
In our root workspace config,
[workspace.package]
version = "0.13.0"
In the workspace member, we have:
[package]
name = "sqllogictest"
version = { workspace = true }
Actual Behaviour
cargo install cargo-semver-checks --version ^0.18 --locked
git clone /~https://github.com/risinglightdb/sqllogictest-rs && cd sqllogictest-rs
cargo semver-checks check-release -p sqllogictest
Updating index
Error: Failed to retrieve package version from /Users/skyzh/Work/sqllogictest-rs/sqllogictest/Cargo.toml: value from workspace hasn't been set
Steps to reproduce the bug with the above code
It seems that there's a regression between 0.17.1 and 0.18.0 that version in workspace is not supported any more?
Thanks for investigating into this issue!
In our root workspace config,
In the workspace member, we have:
Actual Behaviour
Expected Behaviour
Generated System Information
Software version
cargo-semver-checks 0.18.0
Operating system
macOS 13.1 (Darwin 22.2.0)
Command-line
cargo version
Compile time information
Build Configuration
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: