Skip to content

Commit

Permalink
Replace implementation with testcontainers-modules (#19)
Browse files Browse the repository at this point in the history
* Replace implementation with testcontainers-modules

* Remove enterprise test as this is no longer provided by this module

* Update lockfile

* Remove 'static qualifier
  • Loading branch information
knutwalker committed Dec 2, 2023
1 parent bad0ddc commit 37ee992
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 747 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ categories = ["development-tools::testing"]
rust-version = "1.63.0"

[dependencies]
lenient_semver = { version = "0.4.2", default-features = false }
testcontainers = { version = "0.15.0" }
testcontainers-modules = { version = "0.1.4", features = ["neo4j"] }

[dev-dependencies]
neo4rs = "0.6.2"
Expand Down
Loading

0 comments on commit 37ee992

Please sign in to comment.