Skip to content

Commit

Permalink
#260 - update scylla dependencies to play nice on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RChandler234 committed Dec 21, 2024
1 parent bb48fa3 commit a62d95c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions scylla-server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scylla-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default-run = "scylla-server"

[dependencies]
diesel = { version = "2.2.4", features = ["postgres", "r2d2", "chrono"] }
pq-sys = { version = "0.6", features = ["bundled"] }
pq-sys = { version = "0.6.3", features = ["bundled_without_openssl"] }
dotenvy = "0.15"
serde = "1.0.203"
protobuf-codegen = "3.5.1"
Expand Down

0 comments on commit a62d95c

Please sign in to comment.