Skip to content

Commit

Permalink
use crates.io dep
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Miao committed Jun 19, 2024
1 parent 72a96c5 commit ce40456
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 20 deletions.
44 changes: 26 additions & 18 deletions core/Cargo.lock

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

3 changes: 1 addition & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,7 @@ hdfs-native = { version = "0.9.4", optional = true }
# for services-surrealdb
surrealdb = { version = "1.3.0", optional = true, features = ["protocol-http"] }
# for services-compfs
compio = { git = "https://github.com/compio-rs/compio.git", version = "0.10.0", optional = true, features = ["runtime", "bytes", "polling", "dispatcher"] }
compio-driver = { git = "https://github.com/compio-rs/compio.git", package = "compio-driver" }
compio = { version = "0.11.0", optional = true, features = ["runtime", "bytes", "polling", "dispatcher"] }
# for services-s3
crc32c = { version = "0.6.6", optional = true }

Expand Down

0 comments on commit ce40456

Please sign in to comment.