From fa1c7a15ccbc7464646e55eda75a5b7a395dc53b Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Mon, 4 Jul 2022 14:14:45 +0200 Subject: [PATCH] Bump version to v1.0.4 --- runners/lpc55/Cargo.lock | 2 +- runners/lpc55/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runners/lpc55/Cargo.lock b/runners/lpc55/Cargo.lock index 33e94bd6..280cc5b3 100644 --- a/runners/lpc55/Cargo.lock +++ b/runners/lpc55/Cargo.lock @@ -1304,7 +1304,7 @@ dependencies = [ [[package]] name = "runner" -version = "1.0.3" +version = "1.0.4" dependencies = [ "admin-app", "apdu-dispatch 0.1.0", diff --git a/runners/lpc55/Cargo.toml b/runners/lpc55/Cargo.toml index 2ffab6a5..2491008f 100644 --- a/runners/lpc55/Cargo.toml +++ b/runners/lpc55/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "runner" -version = "1.0.3" +version = "1.0.4" authors = ["Nicolas Stalder ", "Conor Patrick "] edition = "2021" rust-version = "1.59.0"