Skip to content

Commit

Permalink
Fix version in sys
Browse files Browse the repository at this point in the history
  • Loading branch information
Davichet-e committed Oct 17, 2024
1 parent 9174ac6 commit d24dead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"

[dependencies]
paste = "1.0.15"
meos-sys = { path = "sys", version = "0.1.3" }
meos-sys = { path = "sys", version = "0.1.4" }
chrono = "0.4.38"
libc = "0.2.155"
bitmask-enum = "2.2.4"
Expand Down
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "meos-sys"
version = "0.1.3"
version = "0.1.4"
authors = ["David García Morillo <[email protected]>"]

repository = "https://github.com/MobilityDB/RustMEOS"
Expand Down

0 comments on commit d24dead

Please sign in to comment.