-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update client version (#3238)
Signed-off-by: Gaius <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule client-rs
updated
16 files
+22 −0 | .github/workflows/docker.yml | |
+313 −12 | Cargo.lock | |
+11 −8 | Cargo.toml | |
+97 −2 | dragonfly-client-config/src/dfdaemon.rs | |
+10 −7 | dragonfly-client-storage/src/content.rs | |
+1 −1 | dragonfly-client-storage/src/lib.rs | |
+7 −0 | dragonfly-client/Cargo.toml | |
+10 −2 | dragonfly-client/Dockerfile | |
+20 −0 | dragonfly-client/src/bin/dfdaemon/main.rs | |
+1 −1 | dragonfly-client/src/grpc/mod.rs | |
+6 −0 | dragonfly-client/src/grpc/scheduler.rs | |
+1 −0 | dragonfly-client/src/lib.rs | |
+6 −5 | dragonfly-client/src/proxy/mod.rs | |
+170 −0 | dragonfly-client/src/stats/mod.rs | |
+18 −2 | dragonfly-client/src/task/mod.rs | |
+12 −3 | dragonfly-client/src/task/piece.rs |
Submodule helm-charts
updated
8 files