Skip to content

Commit

Permalink
Merge pull request #58 from terminusdb-labs/raise_versions
Browse files Browse the repository at this point in the history
Raise versions of swipl (to 0.3.16) and swipl-fli (to 0.3.6)
  • Loading branch information
GavinMendelGleason authored Feb 20, 2024
2 parents 20f0b62 + 180ac93 commit 7a3d4f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion swipl-fli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swipl-fli"
version = "0.3.5"
version = "0.3.6"
authors = ["Matthijs van Otterdijk <[email protected]>"]
edition = "2018"
links = "swipl"
Expand Down
4 changes: 2 additions & 2 deletions swipl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swipl"
version = "0.3.15"
version = "0.3.16"
authors = ["Matthijs van Otterdijk <[email protected]>"]
edition = "2018"
license = "Apache-2.0/MIT"
Expand All @@ -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"
Expand Down

0 comments on commit 7a3d4f6

Please sign in to comment.