From 577c6b8cfc2754ab2a411c772d3ab014a09a05d1 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 6 Apr 2019 15:33:13 +0200 Subject: [PATCH] Update to bootloader 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5bdf6342..affeefaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Philipp Oppermann "] edition = "2018" [dependencies] -bootloader = "0.4.0" +bootloader = "0.5.1" [profile.dev] panic = "abort"