chore: bump version

This commit is contained in:
Christoph J. Scherr 2024-10-16 21:25:13 +02:00
parent 0617cbb11b
commit 72456d5297
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "hedu" name = "hedu"
version = "0.2.0" version = "0.2.1"
edition = "2021" edition = "2021"
publish = true publish = true
authors = ["Christoph J. Scherr <software@cscherr.de>"] authors = ["Christoph J. Scherr <software@cscherr.de>"]
@ -12,6 +12,9 @@ repository = "https://git.cscherr.de/PlexSheep/hedu"
keywords = ["hexdumper"] keywords = ["hexdumper"]
[dependencies] [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"] } clap = { version = "4.4.4", features = ["derive", "help"] }
anyhow = "1.0.79" anyhow = "1.0.79"