Skip to content

Commit 1da3273

Browse files
committed
feat: improve ic_object_store
1 parent 442d668 commit 1da3273

File tree

5 files changed

+477
-301
lines changed

5 files changed

+477
-301
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ strip = true
1919
opt-level = 's'
2020

2121
[workspace.package]
22-
version = "1.1.0"
22+
version = "1.1.1"
2323
edition = "2021"
2424
repository = "https://github.com/ldclabs/ic-oss"
25-
keywords = ["file", "storage", "oss", "s3", "icp"]
25+
keywords = ["object_store", "storage", "oss", "s3", "icp"]
2626
categories = ["web-programming"]
2727
license = "MIT OR Apache-2.0"
2828

2929
[workspace.dependencies]
3030
async-trait = "0.1"
31+
async-stream = "0.3"
3132
bytes = "1"
3233
base64 = "0.22"
3334
candid = "0.10"

src/ic_object_store/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ license.workspace = true
1212
[dependencies]
1313
ic-oss-types = { path = "../ic_oss_types", version = "1" }
1414
async-trait = { workspace = true }
15+
async-stream = { workspace = true }
1516
futures = { workspace = true }
1617
bytes = { workspace = true }
1718
candid = { workspace = true }

0 commit comments

Comments
 (0)