Skip to content

Remove Rust version from workspace#4

Merged
duncanpharvey merged 2 commits intomainfrom
duncan-harvey/rust-version
Mar 25, 2025
Merged

Remove Rust version from workspace#4
duncanpharvey merged 2 commits intomainfrom
duncan-harvey/rust-version

Conversation

@duncanpharvey
Copy link
Copy Markdown
Collaborator

@duncanpharvey duncanpharvey commented Mar 25, 2025

What does this PR do?

  • Remove Rust version from workspace
  • Add version 0.1.0 for dogstatsd crate

Motivation

Failing tests in libdatadog due to forced Rust version:

error: rustc 1.78.0 is not supported by the following package:
  dogstatsd@0.0.0 requires rustc 1.85
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.78.0

Also we won't be maintaining the crate version for now but it looked odd to have version 0.0.0 in the Cargo lock file. So 0.1.0 will be the version for the time being.

Additional Notes

Related PR in libdatadog: DataDog/libdatadog#973

Describe how to test/QA your changes

@duncanpharvey duncanpharvey marked this pull request as ready for review March 25, 2025 19:21
@duncanpharvey duncanpharvey merged commit 4dfe72a into main Mar 25, 2025
18 checks passed
@duncanpharvey duncanpharvey deleted the duncan-harvey/rust-version branch March 25, 2025 19:26
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