Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo: Relax crate dependency requirements #1167

Merged
merged 2 commits into from
Aug 1, 2023
Merged

Conversation

overvenus
Copy link
Member

@overvenus overvenus commented Aug 1, 2023

Use wildcard for crates whose version are less than 1.0.0 and are updated
frequently. So that we do not have to update twice in TiKV and in kvproto.
And we need to keep Cargo.lock in track, so CI can choose a correct version.

See https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility

Cargo.toml Outdated Show resolved Hide resolved
@disksing disksing merged commit 758b7ed into pingcap:master Aug 1, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants