Skip to content

Commit

Permalink
chore: update version to v0.1.24 (#332)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Mar 18, 2024
1 parent bfb8212 commit ca1350d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["dragonfly-client", "dragonfly-client-backend","dragonfly-client-config","dragonfly-client-core", "dragonfly-client-init", "dragonfly-client-storage", "dragonfly-client-util"]

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

[workspace.dependencies]
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.1.23" }
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.1.23" }
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.1.23" }
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.1.23" }
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.1.23" }
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.1.23" }
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.1.24" }
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.1.24" }
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.1.24" }
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.1.24" }
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.1.24" }
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.1.24" }
thiserror = "1.0"
dragonfly-api = "2.0.106"
reqwest = { version = "0.11.25", features = ["stream", "native-tls", "rustls-tls"] }
Expand Down

0 comments on commit ca1350d

Please sign in to comment.