diff --git a/examples/embassy-rp-async/Cargo.toml b/examples/embassy-rp-async/Cargo.toml index 9419473..107e115 100644 --- a/examples/embassy-rp-async/Cargo.toml +++ b/examples/embassy-rp-async/Cargo.toml @@ -7,7 +7,7 @@ resolver = "2" [dependencies] -wii-ext = { version = "0.3.0", features = [ +wii-ext = { version = "0.4.0", features = [ "defmt_print", ], path = "../../wii-ext" } diff --git a/examples/nunchuk-async-embassy-rp/Cargo.toml b/examples/nunchuk-async-embassy-rp/Cargo.toml index 2dbef18..91261bb 100644 --- a/examples/nunchuk-async-embassy-rp/Cargo.toml +++ b/examples/nunchuk-async-embassy-rp/Cargo.toml @@ -7,7 +7,7 @@ resolver = "2" [dependencies] -wii-ext = { version = "0.3.0", features = [ +wii-ext = { version = "0.4.0", features = [ "defmt_print", ], path = "../../wii-ext" } diff --git a/examples/rp2040-hal-blocking/Cargo.toml b/examples/rp2040-hal-blocking/Cargo.toml index 60962b0..5853789 100644 --- a/examples/rp2040-hal-blocking/Cargo.toml +++ b/examples/rp2040-hal-blocking/Cargo.toml @@ -16,7 +16,7 @@ defmt = "0.3.0" defmt-rtt = "0.4.0" panic-probe = { version = "0.3.0", features = ["print-defmt"] } fugit = "0.3.6" -wii-ext = { version = "0.3.0", features = ["defmt_print",], path = "../../wii-ext" } +wii-ext = { version = "0.4.0", features = ["defmt_print",], path = "../../wii-ext" } rp-pico = "0.9.0" [profile.release]