From 60a629035151d834afedd3e4ddf9310168e1f3fd Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 20 Jun 2024 01:00:39 +0200 Subject: [PATCH] Use released `plumers` 1.0.1 --- font_encoder/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font_encoder/Cargo.toml b/font_encoder/Cargo.toml index 3ef7748..2dc66e7 100644 --- a/font_encoder/Cargo.toml +++ b/font_encoder/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" repository = "https://github.com/ISSOtm/gb-vwf" [dependencies] -plumers = { git = "https://git.sr.ht/~issotm/plumers", version = "1.0.0", branch = "master" } +plumers = "1.0.1" slicedisplay = "0.2.2" xflags = "0.3.2"