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

fix: repeat versions in dev-dependencies #65

Merged
merged 1 commit into from
May 11, 2024
Merged

fix: repeat versions in dev-dependencies #65

merged 1 commit into from
May 11, 2024

Conversation

eopb
Copy link
Owner

@eopb eopb commented May 11, 2024

Cargo is no longer happy with me not specifying versions of dev-dependencies. Previously this was okay if I only wanted to update the feature set of a dependency for tests.

On stable

warning: dependency (fake) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
warning: dependency (serde) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
warning: dependency (zeroize) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions

On nightly

error: failed to parse manifest at `/home/runner/work/redact/redact/Cargo.toml`

Caused by:
  dependency (fake) specified without providing a local path, Git repository, version, or workspace dependency to use

Cargo is no longer happy with me not specifying versions of dev-dependencies. Previously this was okay if I only wanted to update the feature set of a dependency for tests.

On stable
```
warning: dependency (fake) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
warning: dependency (serde) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
warning: dependency (zeroize) specified without providing a local path, Git repository, version, or workspace dependency to use. This will be considered an error in future versions
```

On nightly
```
error: failed to parse manifest at `/home/runner/work/redact/redact/Cargo.toml`

Caused by:
  dependency (fake) specified without providing a local path, Git repository, version, or workspace dependency to use
```
@eopb eopb enabled auto-merge May 11, 2024 09:33
@eopb eopb merged commit 50dbf86 into main May 11, 2024
6 checks passed
@eopb eopb deleted the push-nkxzqqxrusmx branch May 11, 2024 09:34
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.

1 participant