Skip to content

Commit

Permalink
chore: update client version to v0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Jan 7, 2025
1 parent fc06fa8 commit 94089d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-rs
Submodule client-rs updated 33 files
+34 −35 Cargo.lock
+11 −12 Cargo.toml
+2 −4 dragonfly-client-backend/src/http.rs
+1 −2 dragonfly-client-backend/src/lib.rs
+2 −4 dragonfly-client-backend/src/object_storage.rs
+4 −0 dragonfly-client-config/src/dfcache.rs
+64 −2 dragonfly-client-config/src/dfdaemon.rs
+4 −0 dragonfly-client-config/src/dfget.rs
+2 −4 dragonfly-client-init/src/bin/main.rs
+0 −1 dragonfly-client-storage/Cargo.toml
+37 −110 dragonfly-client-storage/src/content.rs
+5 −15 dragonfly-client-storage/src/lib.rs
+1 −1 dragonfly-client-util/Cargo.toml
+0 −32 dragonfly-client-util/src/digest/mod.rs
+97 −40 dragonfly-client/src/bin/dfcache/export.rs
+18 −18 dragonfly-client/src/bin/dfcache/import.rs
+14 −14 dragonfly-client/src/bin/dfcache/remove.rs
+14 −14 dragonfly-client/src/bin/dfcache/stat.rs
+10 −16 dragonfly-client/src/bin/dfdaemon/main.rs
+97 −40 dragonfly-client/src/bin/dfget/main.rs
+1 −1 dragonfly-client/src/bin/dfstore/main.rs
+14 −16 dragonfly-client/src/grpc/dfdaemon_download.rs
+29 −20 dragonfly-client/src/grpc/dfdaemon_upload.rs
+3 −6 dragonfly-client/src/grpc/health.rs
+2 −4 dragonfly-client/src/grpc/manager.rs
+1 −2 dragonfly-client/src/grpc/mod.rs
+5 −10 dragonfly-client/src/grpc/scheduler.rs
+1 −1 dragonfly-client/src/metrics/mod.rs
+2 −2 dragonfly-client/src/proxy/mod.rs
+70 −26 dragonfly-client/src/resource/persistent_cache_task.rs
+2 −6 dragonfly-client/src/resource/piece.rs
+3 −6 dragonfly-client/src/resource/piece_collector.rs
+105 −35 dragonfly-client/src/resource/task.rs

0 comments on commit 94089d6

Please sign in to comment.