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

Bump ral-registers to 0.1.3 #47

Closed
wants to merge 1 commit into from

Conversation

Finomnis
Copy link
Contributor

@Finomnis Finomnis commented May 30, 2024

I'm in the process of setting up a min-versions check in my crate, and it seems a bunch of versions are not specific enough in imxrt-hal.

It seems that ral-registers should be 0.1.2. But I bumped it to 0.1.3 to allow trailing commas in the register accessor macros.

This should be a patch release as this only changes the patch version of a dependency.

Rationale

When performing a min-versions test, all packages get downgraded to their minimal possible semver version. That shows if all dependencies got upgraded properly in Cargo.toml.

In my case (talking about the CI of the crate imxrt-uart-panic), I need to specify the following dependendencies manually because they are incorrect in the imxrt-hal crate and dependencies:

imxrt-dma = { version = ">= 0.1.1", default-features = false }
ral-registers = { version = ">= 0.1.2", default-features = false }
embedded-hal = { version = "0.2.6", default-features = false }
bitflags = { version = "1.3.1", default-features = false }

The ral-registers could also be specified in imxrt-hal to fix that problem, but I thought it's better do do it here because ral-registers isn't mentioned in imxrt-hal yet at all.


This change is a requirement for imxrt-rs/imxrt-hal#162.

@Finomnis Finomnis changed the base branch from master to v0.5 May 30, 2024 12:49
@Finomnis
Copy link
Contributor Author

Finomnis commented Jun 9, 2024

Closed due to inactivity.

@Finomnis Finomnis closed this Jun 9, 2024
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