From 72456d5297a43638d77cb424abfa1779bc73b227 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 16 Oct 2024 21:25:13 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 10b1299..bfffade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hedu" -version = "0.2.0" +version = "0.2.1" edition = "2021" publish = true authors = ["Christoph J. Scherr "] @@ -12,6 +12,9 @@ repository = "https://git.cscherr.de/PlexSheep/hedu" keywords = ["hexdumper"] [dependencies] -libpt = { version = "0.5.1", features = ["bintols", "log"], default-features = false } +libpt = { version = "0.5.1", features = [ + "bintols", + "log", +], default-features = false } clap = { version = "4.4.4", features = ["derive", "help"] } anyhow = "1.0.79"