Skip to content

Conversation

@mgeisler
Copy link
Owner

@mgeisler mgeisler commented Feb 5, 2022

Following the advice from 1, this PR updates Cargo.toml to use precise version numbers for all dependencies. The latest versions at the time of writing are used.

Before, running

% cargo -Z minimal-versions update
% cargo test

failed on nightly because of a transitive dependency. Now it works again.

Following the advice from [1], this PR updates Cargo.toml to use
precise version numbers for all dependencies. The latest versions at
the time of writing are used.

Before, running

```
% cargo -Z minimal-versions update
% cargo test
```

failed on nightly because of a transitive dependency. Now it works
again.

[1]: https://users.rust-lang.org/t/psa-please-specify-precise-dependency-versions-in-cargo-toml/71277
@mgeisler mgeisler enabled auto-merge February 5, 2022 23:30
@mgeisler mgeisler merged commit 8fc5e7f into master Feb 6, 2022
@mgeisler mgeisler deleted the precise-version-numbers branch February 6, 2022 00:00
@github-actions github-actions bot mentioned this pull request Sep 9, 2023
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