Skip to content

Commit 5422921

Browse files
committed
configure libsql-wal
1 parent 18af7a8 commit 5422921

4 files changed

Lines changed: 168 additions & 148 deletions

File tree

libsql-server/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ hyper-tungstenite = "0.11"
3737
itertools = "0.10.5"
3838
jsonwebtoken = "9"
3939
libsql = { path = "../libsql/", optional = true }
40-
libsql_replication = { path = "../libsql-replication" }
40+
libsql_replication = { path = "../libsql-replication", features = ["libsql_wal"] }
4141
libsql-wal = { path = "../libsql-wal/" }
4242
libsql-storage = { path = "../libsql-storage", optional = true }
4343
metrics = "0.21.1"
@@ -92,11 +92,12 @@ async-recursion = "1"
9292
mimalloc = "0.1.42"
9393
rheaper = { git = "https://github.com/MarinPostma/rheaper.git", tag = "v0.2.0", default-features = false, features = ["allocator"] }
9494
tar = "0.4.41"
95+
aws-config = "1"
96+
aws-sdk-s3 = "1"
97+
aws-smithy-runtime = "1.6.2"
9598

9699
[dev-dependencies]
97100
arbitrary = { version = "1.3.0", features = ["derive_arbitrary"] }
98-
aws-config = "0.55"
99-
aws-sdk-s3 = "0.28"
100101
env_logger = "0.10"
101102
hyper = { workspace = true, features = ["client"] }
102103
insta = { version = "1.26.0", features = ["json"] }

0 commit comments

Comments
 (0)