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

Update to latest serde_yaml #3035

Closed
wants to merge 1 commit into from
Closed

Conversation

bugadani
Copy link
Contributor

For some reason cargo can't resolve the dependency if one tool needs 0.9, and the other =0.9.34+deprecated. Annoying...

@bugadani bugadani added the changelog:skip This PR does not require a changelog entry on release label Jan 19, 2025
probe-rs/Cargo.toml Outdated Show resolved Hide resolved
@bugadani
Copy link
Contributor Author

Wow

@bugadani bugadani closed this Jan 19, 2025
@bugadani bugadani deleted the serde branch January 19, 2025 16:54
@@ -3261,11 +3274,23 @@ dependencies = [

[[package]]
name = "serde_yaml"
version = "0.9.34+deprecated"
version = "0.8.26"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason for this change? It seems to downgrade serde_yaml?

(Not sure I understand why this should happen because of the change you did.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is automatic because the serde_yaml change is breaking and cargo manages to break everything because of it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip This PR does not require a changelog entry on release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants