From 8932e914428926ccb2a5603a185b8f1dc843771f Mon Sep 17 00:00:00 2001 From: Paul Howard Date: Thu, 17 Dec 2020 22:05:13 +0000 Subject: [PATCH] Consume parsec-interface at 0.22.0 and bump crate to 0.12.0 Signed-off-by: Paul Howard --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9fc9d76..28183df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parsec-client" -version = "0.11.0" +version = "0.12.0" authors = ["Ionut Mihalcea ", "Hugues de Valon "] description = "Parsec Client library for the Rust ecosystem" @@ -13,7 +13,7 @@ edition = "2018" documentation = "https://docs.rs/crate/parsec-client" [dependencies] -parsec-interface = "0.21.0" +parsec-interface = "0.22.0" num = "0.3.0" log = "0.4.11" derivative = "2.1.1"