Skip to content

Commit c79cef2

Browse files
authored
feat: support include files for dfget (#1331)
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 2738d59 commit c79cef2

File tree

3 files changed

+113
-418
lines changed

3 files changed

+113
-418
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dragonfly-client-storage = { path = "dragonfly-client-storage", version = "1.0.1
2929
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "1.0.16" }
3030
dragonfly-client-util = { path = "dragonfly-client-util", version = "1.0.16" }
3131
dragonfly-client-init = { path = "dragonfly-client-init", version = "1.0.16" }
32-
dragonfly-api = "2.1.59"
32+
dragonfly-api = "=2.1.62"
3333
thiserror = "2.0"
3434
futures = "0.3.31"
3535
reqwest = { version = "0.12.4", features = [

0 commit comments

Comments
 (0)