Skip to content

Commit

Permalink
iomuxc: eagerly bump version to 0.2
Browse files Browse the repository at this point in the history
The feature-flag renaming is a breaking change. This commit bumps the
imxrt-iomuxc commit to 0.2. The commit updates the HAL to use the new
version.

The HAL now re-exports a 0.2 imxrt-iomuxc API. Although the symbol
names exported from the HAL have not changed, the compiler will still
see the types as being incompatible. This means that the HAL has a
breaking change. I'm relying on other incoming work in the project
(#89) to bump the version for me.

Or, we hold off on depending on the imxrt-iomuxc 0.2 release, and
nothing breaks.
  • Loading branch information
mciantyre committed Oct 17, 2020
1 parent e0c40cc commit f610d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imxrt-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void = { version = "1.0.2", default-features = false }
log = "0.4.8"

[dependencies.imxrt-iomuxc]
version = "0.1.0"
version = "0.2.0"
path = "../imxrt-iomuxc"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion imxrt-iomuxc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imxrt-iomuxc"
version = "0.1.1"
version = "0.2.0" # Bumped when changing "imxrt106x" => "imxrt1060", "imxrt101x" => "imxrt1010"
authors = ["Ian McIntyre <[email protected]>"]
edition = "2018"
description = """Pad configuration interface for NXP i.MX RT processors.
Expand Down

0 comments on commit f610d1c

Please sign in to comment.