From 90257a7ac62eb72699955cc2d2d87ab0eaa6a247 Mon Sep 17 00:00:00 2001 From: K Date: Sat, 4 Feb 2023 21:25:31 +0500 Subject: [PATCH] Use fork of PAC crate Temporary solution to avoid duplicates of dependencies --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 995f578..d8e9272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,6 @@ edition = "2018" [dependencies] bare-metal = "0.2.5" -gd32vf103-pac = "0.4.0" riscv = "0.10.1" nb = "1.0.0" void = { version = "1.0.2", default-features = false } @@ -22,3 +21,8 @@ embedded-dma = "0.2.0" [dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] + +[dependencies.gd32vf103-pac] +git = "https://github.com/katyo/gd32vf103-pac" +branch = "upcoming" +