From bcef4ad612694fd8de3a12dec0d342fe45e15094 Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Sat, 25 Jul 2020 01:54:59 +1200 Subject: [PATCH] Relax patch version contraints on target-cpu-fetch dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e60deed..8ef812d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,5 @@ target-cpu-macro = "0.1" [build-dependencies] avr-mcu = "0.3" -target-cpu-fetch = "0.1.0" +target-cpu-fetch = "0.1"