diff --git a/swipl-fli/Cargo.toml b/swipl-fli/Cargo.toml index a64a7f12e..d465df514 100644 --- a/swipl-fli/Cargo.toml +++ b/swipl-fli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swipl-fli" -version = "0.3.5" +version = "0.3.6" authors = ["Matthijs van Otterdijk "] edition = "2018" links = "swipl" diff --git a/swipl/Cargo.toml b/swipl/Cargo.toml index 9f2bfbc7d..23c03d201 100644 --- a/swipl/Cargo.toml +++ b/swipl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swipl" -version = "0.3.15" +version = "0.3.16" authors = ["Matthijs van Otterdijk "] edition = "2018" license = "Apache-2.0/MIT" @@ -11,7 +11,7 @@ documentation = "https://terminusdb-labs.github.io/swipl-rs/swipl/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -swipl-fli = {path = "../swipl-fli", version="0.3.5"} +swipl-fli = {path = "../swipl-fli", version="0.3.6"} swipl-macros = {path = "../swipl-macros", version="0.3.8"} lazy_static = "1.4.0" thiserror = "1.0"