Skip to content

Commit

Permalink
chore: update version to v0.1.84
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 0f89752 commit 0c9af2f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
]

[workspace.package]
version = "0.1.82"
version = "0.1.84"
authors = ["The Dragonfly Developers"]
homepage = "https://d7y.io/"
repository = "https://github.com/dragonflyoss/client.git"
Expand All @@ -22,13 +22,13 @@ readme = "README.md"
edition = "2021"

[workspace.dependencies]
dragonfly-client = { path = "dragonfly-client", version = "0.1.82" }
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.1.82" }
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.1.82" }
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.1.82" }
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.1.82" }
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.1.82" }
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.1.82" }
dragonfly-client = { path = "dragonfly-client", version = "0.1.84" }
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.1.84" }
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.1.84" }
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.1.84" }
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.1.84" }
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.1.84" }
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.1.84" }
thiserror = "1.0"
dragonfly-api = "2.0.131"
reqwest = { version = "0.12.4", features = ["stream", "native-tls", "default-tls", "rustls-tls"] }
Expand Down

0 comments on commit 0c9af2f

Please sign in to comment.