Skip to content

Stop pinning serde_yaml to an exact version#64

Open
bcmyers wants to merge 1 commit intostephanbuys:mainfrom
bcmyers:do-not-pin-serde_yaml
Open

Stop pinning serde_yaml to an exact version#64
bcmyers wants to merge 1 commit intostephanbuys:mainfrom
bcmyers:do-not-pin-serde_yaml

Conversation

@bcmyers
Copy link

@bcmyers bcmyers commented Jan 26, 2026

This PR stops pinning serde_yaml to an exact version.

I'd like to use this crate with other crates that use serde_yaml at version 0.9.34; so having this library require an exact version of serde_yaml at 0.9.33 is preventing me from being able to use it.

  • Prior to this PR, the version semantics for serde_yaml were "serde_yaml version 0.9.33 exactly is required"
  • After this PR, the version semantics for serde_yaml are now "Any version of serde_yaml that satisfy 0.9.33 <= x < 0.10.0 are OK"

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

Comments