From 3e23728e356359bd9c6b22e439e766fd79f2bf7a Mon Sep 17 00:00:00 2001 From: Felix Suchert Date: Mon, 29 May 2023 14:06:07 +0200 Subject: [PATCH] chore: bump embedded-graphics and profont --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd7dd0d..dafb84b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ version = "0.2.6" [dependencies.embedded-graphics] optional = true -version = "0.7.1" +version = "0.8.0" [dependencies.linux-embedded-hal] optional = true @@ -30,7 +30,7 @@ version = "0.3.2" [dependencies.profont] optional = true -version = "0.5.0" +version = "0.6" [features] default = ["graphics"]