Skip to content

Commit

Permalink
Add cli and intergrations
Browse files Browse the repository at this point in the history
Signed-off-by: Manjusaka <[email protected]>
  • Loading branch information
Zheaoli committed Nov 4, 2024
1 parent 5e73333 commit fe8910d
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions bin/oay/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 bin/oay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.41.12"
version = "0.41.13"

[features]
default = ["frontends-webdav", "frontends-s3"]
Expand Down
4 changes: 2 additions & 2 deletions bin/oay/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected].1 X
[email protected].2 X
[email protected] X X
[email protected] X X
[email protected] X X
Expand Down Expand Up @@ -83,7 +83,7 @@ [email protected] X
[email protected] X
[email protected] X X
[email protected] X X
[email protected].12 X
[email protected].13 X
[email protected] X X
[email protected] X X
[email protected] X
Expand Down
6 changes: 3 additions & 3 deletions bin/ofs/Cargo.lock

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

8 changes: 4 additions & 4 deletions bin/ofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories = ["filesystem"]
description = "OpenDAL File System"
keywords = ["storage", "data", "s3", "fs", "azblob"]
name = "ofs"
version = "0.0.13"
version = "0.0.14"

authors = ["Apache OpenDAL <[email protected]>"]
edition = "2021"
Expand All @@ -34,7 +34,7 @@ anyhow = "1"
clap = { version = "4.5.18", features = ["derive", "env"] }
env_logger = "0.11.2"
log = "0.4.21"
opendal = { version = "0.50.0", path = "../../core" }
opendal = { version = "0.50.2", path = "../../core" }
tokio = { version = "1.37.0", features = [
"fs",
"macros",
Expand All @@ -46,13 +46,13 @@ url = "2.5.0"

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dependencies]
fuse3 = { version = "0.8.1", "features" = ["tokio-runtime", "unprivileged"] }
fuse3_opendal = { version = "0.0.8", path = "../../integrations/fuse3" }
fuse3_opendal = { version = "0.0.9", path = "../../integrations/fuse3" }
libc = "0.2.154"
nix = { version = "0.29.0", features = ["user"] }

[target.'cfg(target_os = "windows")'.dependencies]
cloud-filter = { version = "0.0.5" }
cloud_filter_opendal = { version = "0.0.2", path = "../../integrations/cloud_filter" }
cloud_filter_opendal = { version = "0.0.3", path = "../../integrations/cloud_filter" }

[features]
default = ["services-fs", "services-s3"]
Expand Down
6 changes: 3 additions & 3 deletions bin/ofs/DEPENDENCIES.rust.tsv
2 changes: 1 addition & 1 deletion bin/oli/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 bin/oli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.41.12"
version = "0.41.13"

[features]
# Enable services dashmap support
Expand Down
2 changes: 1 addition & 1 deletion bin/oli/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected].12 X
[email protected].13 X
[email protected] X X
[email protected] X
[email protected] X
Expand Down
2 changes: 1 addition & 1 deletion integrations/cloud_filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = "Apache-2.0"
name = "cloud_filter_opendal"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.0.2"
version = "0.0.3"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
Expand Down
2 changes: 1 addition & 1 deletion integrations/cloud_filter/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected].2 X
[email protected].3 X
[email protected] X X
[email protected] X X
[email protected] X X
Expand Down
2 changes: 1 addition & 1 deletion integrations/compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "1.0.0"
version = "1.0.1"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion integrations/compat/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
crate Apache-2.0 MIT Unicode-DFS-2016
[email protected] X X
[email protected].0 X
[email protected].1 X
[email protected] X X
[email protected] X X
[email protected] X X
Expand Down
2 changes: 1 addition & 1 deletion integrations/dav-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[package]
description = "Use OpenDAL as a backend to access data in various service with WebDAV protocol"
name = "dav-server-opendalfs"
version = "0.2.1"
version = "0.2.2"

authors = ["Apache OpenDAL <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion integrations/dav-server/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected].1 X
[email protected].2 X
[email protected] X X
[email protected] X X
[email protected] X X
Expand Down
2 changes: 1 addition & 1 deletion integrations/fuse3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.0.8"
version = "0.0.9"

[dependencies]
bytes = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion integrations/fuse3/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ [email protected] X
[email protected] X X
[email protected] X X
[email protected] X
[email protected].8 X
[email protected].9 X
[email protected] X X
[email protected] X X
[email protected] X X
Expand Down
2 changes: 1 addition & 1 deletion integrations/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.48.1"
version = "0.48.2"

[features]
send_wrapper = ["dep:send_wrapper"]
Expand Down
2 changes: 1 addition & 1 deletion integrations/object_store/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ [email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected].1 X
[email protected].2 X
[email protected] X X
[email protected] X
[email protected] X X
Expand Down
2 changes: 1 addition & 1 deletion integrations/parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.2.1"
version = "0.2.2"

[dependencies]
async-trait = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion integrations/parquet/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ [email protected] X X
[email protected] X
[email protected] X
[email protected] X
[email protected].1 X
[email protected].2 X
[email protected] X X
[email protected] X X
[email protected] X X
Expand Down
2 changes: 1 addition & 1 deletion integrations/unftp-sbe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = "Apache-2.0"
name = "unftp-sbe-opendal"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.0.8"
version = "0.0.9"

[dependencies]
async-trait = "0.1.80"
Expand Down
2 changes: 1 addition & 1 deletion integrations/unftp-sbe/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ [email protected] X
[email protected] X X
[email protected] X
[email protected] X X
[email protected].8 X
[email protected].9 X
[email protected] X X
[email protected] X X X
[email protected] X X
Expand Down

0 comments on commit fe8910d

Please sign in to comment.