From aa81428109472f03b53c9d5e4effc1a8e7f5f2a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Mon, 30 Oct 2023 14:31:16 +0100 Subject: [PATCH 1/2] bump std-embedded-nal to v0.2 --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cc5c0ab..f186cce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,9 +33,5 @@ unsecure = [] [dev-dependencies] log = "0.4" env_logger = "0.7" -std-embedded-nal = "0.1" +std-embedded-nal = "0.2" std-embedded-time = "0.1" - -[patch.crates-io.std-embedded-nal] -git = "https://gitlab.com/ryan-summers/std-embedded-nal" -branch = "feature/0.7" From 07ebfc1d36ccd7662fc405f805cc18d2625e8c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Mon, 30 Oct 2023 14:32:36 +0100 Subject: [PATCH 2/2] bump outdated deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f186cce..7016e3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT" [dependencies] bit_field = "0.10.0" -num_enum = { version = "0.5", default-features = false } +num_enum = { version = "0.7", default-features = false } heapless = { version = "0.7", features = ["serde"] } log = {version = "0.4", optional = true} embedded-time = "0.12" @@ -32,6 +32,6 @@ unsecure = [] [dev-dependencies] log = "0.4" -env_logger = "0.7" +env_logger = "0.10" std-embedded-nal = "0.2" std-embedded-time = "0.1"