You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit changes the version specifications in the Cargo.toml:
- "0.y.z" -> "0.y"
- "x.y.z" -> "x"
This does not functionally change anything, since version strings
without any operators default to the caret requirement anyway [1].
This changes just makes it obvious.
[1]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html
0 commit comments