Skip to content

Commit fc730fc

Browse files
authored
Bump version of rp-binary-info to 0.1.1 (#911)
1 parent 8222040 commit fc730fc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

rp-binary-info/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rp-binary-info"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["The rp-rs Developers"]
66
homepage = "https://github.com/rp-rs/rp-hal"

rp235x-hal-examples/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ panic-halt = "0.2.0"
3333
pio = "0.2.0"
3434
pio-proc = "0.2.0"
3535
rp235x-hal = {path = "../rp235x-hal", version = "0.3.0", features = ["binary-info", "critical-section-impl", "rt", "defmt"]}
36+
# The examples use features not yet available in rp-binary-info 0.1.0,
37+
# so the minimum version implied by the rp235x-hal 0.3.0 dependency is not sufficient.
38+
rp-binary-info = {path = "../rp-binary-info", version ="0.1.1"}
3639
usb-device = "0.3.2"
3740
usbd-serial = "0.2.2"
3841
static_cell = "2.1.0"

rp235x-hal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ nb = "1.0"
3535
paste = "1.0"
3636
pio = "0.2.0"
3737
rand_core = "0.6.3"
38-
rp-binary-info = {version = "0.1.0", path = "../rp-binary-info"}
38+
rp-binary-info = {version = "0.1.1", path = "../rp-binary-info"}
3939
rp-hal-common = {version = "0.1.0", path = "../rp-hal-common"}
4040
rp235x-hal-macros = {version = "0.1.0", path = "../rp235x-hal-macros"}
4141
rp235x-pac = {version = "0.1.0", features = ["critical-section", "rt"]}

0 commit comments

Comments
 (0)