Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suxin2017 committed Feb 13, 2025
1 parent e3b0214 commit ed1d35e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/lynx-core", "crates/lynx-proxy/src-tauri", "crates/lynx-cli"]
resolver = "2"

[workspace.package]
version = "0.0.5-alpha.8"
version = "0.1.0"
authors = ["suxin2017"]
description = "A proxy service"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/lynx-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository.workspace = true
include = ["src", "Cargo.toml", "README.md", "asserts"]

[dependencies]
lynx-core = { version = "0.0.5-alpha.8", path = "../lynx-core" }
lynx-core = { version = "0.1.0", path = "../lynx-core" }
tracing-subscriber = { workspace = true }
tracing = { workspace = true }
anyhow = { workspace = true }
Expand Down

0 comments on commit ed1d35e

Please # to comment.