From eb1145a4ee5c4b28e12232cb4ca0e66c8ec1a216 Mon Sep 17 00:00:00 2001 From: Andelf Date: Mon, 24 Jun 2024 00:13:36 +0800 Subject: [PATCH] chore: update hpm-metapac --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f6beebb..22fc106 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0" [dependencies] # path = "../hpm-data/build/hpm-metapac", # git = "https://github.com/hpmicro-rs/hpm-metapac.git", -hpm-metapac = { version = "0.0.2", path = "../hpm-data/build/hpm-metapac", features = [ +hpm-metapac = { version = "0.0.3", path = "../hpm-data/build/hpm-metapac", features = [ "rt", # temp feature for demo # "memory-x", @@ -44,7 +44,7 @@ embedded-io = "0.6.1" [build-dependencies] # git = "https://github.com/hpmicro-rs/hpm-metapac.git", -hpm-metapac = { version = "0.0.2", path = "../hpm-data/build/hpm-metapac", default-features = false, features = [ +hpm-metapac = { version = "0.0.3", path = "../hpm-data/build/hpm-metapac", default-features = false, features = [ "metadata", ] } proc-macro2 = "1.0.85"