From 89c481fa2ea2e575424118739cb1dfce2e46e289 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 9 Jul 2024 19:53:50 +0200 Subject: [PATCH] fix: make the libpt log version correct --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39c216b..a7083ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1.0.79" thiserror = "1.0.56" libpt-core = { version = "0.4.0", path = "members/libpt-core" } libpt-bintols = { version = "0.5.1", path = "members/libpt-bintols" } -libpt-log = { version = "0.4.2", path = "members/libpt-log" } +libpt-log = { version = "0.5.1", path = "members/libpt-log" } libpt-cli = { version = "0.1.0", path = "members/libpt-cli" } [package]