Skip to content

Conversation

martinfrances107
Copy link

-ron = { version = "0.8", optional = true }
+ron = { version = "0.10", optional = true }

-convert_case = { version = "0.6", optional = true }
+convert_case = { version = "0.8", optional = true }

-notify = "7.0"
+notify = "8.1"

-ron = { version = "0.8", optional = true }
+ron = { version = "0.10", optional = true }

-convert_case = { version = "0.6", optional = true }
+convert_case = { version = "0.8", optional = true }

-notify = "7.0"
+notify = "8.1"
Comment on lines +8 to +16
rust-version = "1.75.0" # MSRV
include = [
"build.rs",
"src/**/*",
"Cargo.toml",
"Cargo.lock",
"LICENSE*",
"README.md",
"examples/**/*"
"examples/**/*",
Copy link
Contributor

Choose a reason for hiding this comment

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

There seem to be unrelated changes

json5_rs = { version = "0.4", optional = true, package = "json5" }
indexmap = { version = "2.10.0", features = ["serde"], optional = true }
convert_case = { version = "0.6", optional = true }
convert_case = { version = "0.8", optional = true }
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a breaking change and we'd need to handle this more conciously

yaml-rust2 = { version = "0.10", optional = true }
rust-ini = { version = "0.21", optional = true }
ron = { version = "0.8", optional = true }
ron = { version = "0.10", optional = true }
Copy link
Contributor

Choose a reason for hiding this comment

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

We are not ready to upgrade ron, see #476 (review)


glob = "0.3"
notify = "7.0"
notify = "8.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

This requires an MSRV bump. The question is whether its worth it for a dev dependency

Choose a reason for hiding this comment

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

isn't it possible to have a higher MSRV for dev-deps? glob seem to have it: https://github.com/rust-lang/glob/blob/master/.github/workflows/rust.yml

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, but then you can't run tests and verify the behavior under MSRV, see also https://doc.rust-lang.org/cargo/reference/rust-version.html#support-expectations

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.

3 participants