From 78a95883af84e92e551839ea1a5c37a3a1fd9d4f Mon Sep 17 00:00:00 2001 From: Rahix Date: Sun, 17 May 2020 21:29:55 +0200 Subject: [PATCH] Update dependency versions Signed-off-by: Rahix --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index addee61..f2df584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ attiny85 = [] rt = ["avr-device-macros"] [dependencies] -bare-metal = "0.2.4" -vcell = "0.1.0" +bare-metal = "0.2.5" +vcell = "0.1.2" [dependencies.avr-device-macros] path = "macros/" -- 2.48.1