Skip to content

Commit

Permalink
chore: update client and console version
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Jul 12, 2024
1 parent b2d034a commit 2c52d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-rs
Submodule client-rs updated 38 files
+2 −2 .github/workflows/ci.yml
+93 −291 Cargo.lock
+14 −13 Cargo.toml
+1 −1 dragonfly-client-backend/Cargo.toml
+1 −1 dragonfly-client-backend/src/http.rs
+1 −1 dragonfly-client-core/Cargo.toml
+7 −3 dragonfly-client-core/src/error/mod.rs
+1 −1 dragonfly-client-storage/Cargo.toml
+69 −3 dragonfly-client-storage/src/content.rs
+47 −18 dragonfly-client-storage/src/lib.rs
+53 −53 dragonfly-client-storage/src/metadata.rs
+1 −0 dragonfly-client-storage/src/storage_engine/rocksdb.rs
+1 −0 dragonfly-client-util/Cargo.toml
+29 −0 dragonfly-client-util/src/digest/mod.rs
+23 −4 dragonfly-client-util/src/id_generator/mod.rs
+4 −3 dragonfly-client/Cargo.toml
+8 −1 dragonfly-client/src/announcer/mod.rs
+3 −2 dragonfly-client/src/bin/dfcache/export.rs
+130 −7 dragonfly-client/src/bin/dfcache/import.rs
+14 −8 dragonfly-client/src/bin/dfcache/main.rs
+3 −1 dragonfly-client/src/bin/dfcache/remove.rs
+3 −1 dragonfly-client/src/bin/dfcache/stat.rs
+17 −2 dragonfly-client/src/bin/dfdaemon/main.rs
+1 −0 dragonfly-client/src/bin/dfget/main.rs
+6 −17 dragonfly-client/src/gc/mod.rs
+239 −43 dragonfly-client/src/grpc/dfdaemon_download.rs
+88 −35 dragonfly-client/src/grpc/dfdaemon_upload.rs
+12 −3 dragonfly-client/src/grpc/mod.rs
+68 −39 dragonfly-client/src/grpc/scheduler.rs
+1 −1 dragonfly-client/src/lib.rs
+206 −25 dragonfly-client/src/metrics/mod.rs
+2 −1 dragonfly-client/src/proxy/mod.rs
+195 −0 dragonfly-client/src/resource/cache_task.rs
+20 −0 dragonfly-client/src/resource/mod.rs
+56 −18 dragonfly-client/src/resource/piece.rs
+9 −14 dragonfly-client/src/resource/piece_collector.rs
+64 −16 dragonfly-client/src/resource/task.rs
+1 −1 rust-toolchain.toml
2 changes: 1 addition & 1 deletion manager/console

0 comments on commit 2c52d12

Please sign in to comment.