From 2643cfd91f81f2bc6bbde2ee4b667b2741336c65 Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:54:36 +1000 Subject: [PATCH] Bump wii-ext version in examples --- examples/embassy-rp-async/Cargo.toml | 2 +- examples/nunchuk-async-embassy-rp/Cargo.toml | 2 +- examples/rp2040-hal-blocking/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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]