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"