Skip to content

Commit a1aa12f

Browse files
committed
Bump to rust-s3 0.3.5-alpha to avoid 0.34 compile issue
1 parent b357bbc commit a1aa12f

File tree

5 files changed

+59
-2381
lines changed

5 files changed

+59
-2381
lines changed

Cargo.lock

Lines changed: 48 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nlp = { path = "../nlp" }
1010
rocksdb = { version = "0.22", optional = true, features = ["multi-threaded-cf"] }
1111
foundationdb = { version = "0.9.0", features = ["embedded-fdb-include", "fdb-7_1"], optional = true }
1212
rusqlite = { version = "0.31.0", features = ["bundled"], optional = true }
13-
rust-s3 = { version = "0.34.0", default-features = false, features = ["tokio-rustls-tls", "no-verify-ssl"], optional = true }
13+
rust-s3 = { version = "=0.35.0-alpha.2", default-features = false, features = ["tokio-rustls-tls", "no-verify-ssl"], optional = true }
1414
tokio = { version = "1.23", features = ["sync", "fs", "io-util"] }
1515
r2d2 = { version = "0.8.10", optional = true }
1616
futures = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)