Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandobatels committed Jan 10, 2024
1 parent 9d44611 commit 4148075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions r2d2_firebird/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ categories = ["database"]
license = "MIT"

[dependencies]
rsfbclient = { version = "0.23", path = "../", default-features = false }
rsfbclient-core = { version = "0.23", path = "../rsfbclient-core" }
rsfbclient = { version = "0.24.0", path = "../", default-features = false }
rsfbclient-core = { version = "0.24.0", path = "../rsfbclient-core" }
r2d2 = "0.8.9"

[dev-dependencies]
rsfbclient = { version = "0.23", path = "../", features = ["pure_rust"], default-features = false }
rsfbclient = { version = "0.24.0", path = "../", features = ["pure_rust"], default-features = false }

0 comments on commit 4148075

Please sign in to comment.