From 1574174a5b2693d0dc162bd8be680e1a9a581514 Mon Sep 17 00:00:00 2001 From: XdoctorwhoZ Date: Thu, 28 Nov 2024 20:41:57 +0100 Subject: [PATCH] fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0213333..2a3ab17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ crate-type = ["lib", "cdylib"] # "log", # "serial", # ] } -panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.2", features = [ +panduza-platform-core = { git = "https://github.com/Panduza/panduza-platform-core", tag = "0.1.3", features = [ "serial", "log", ] }