From 2f14d672f46c08f95909b5f97e272549d9a236f0 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 13 May 2024 15:27:23 +0200 Subject: [PATCH] chore: bump libpt to v0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d848183..0ced348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ anyhow = "1.0.83" clap = { version = "4.5.4", features = ["derive"] } clap-num = "1.1.1" fast32 = "1.0.2" -libpt = { version = "0.5.0", features = ["bintols"]} +libpt = { version = "0.5.1", features = ["bintols"]} num = "0.4.3"