From 21304bd376f786d5312f817b0ed1ff8ed881b388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gonz=C3=A1lez?= Date: Fri, 6 Oct 2023 16:40:18 +0100 Subject: [PATCH] Bump parsec-interface to 0.29.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás González --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd51656..196e356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" documentation = "https://docs.rs/crate/parsec-client" [dependencies] -parsec-interface = "0.28.0" +parsec-interface = "0.29.0" num = "0.4.0" log = "0.4.17" derivative = "2.1.1"