Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Miao committed Jan 13, 2023
1 parent 18de32e commit 89e3e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions clashctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "clashctl"
description = "Cli & Tui used to interact with Clash RESTful API"
version = "0.3.2"
version = "0.3.3"
authors = ["George Miao <gm@miao.dev>"]
repository = "https://github.com/George-Miao/clashctl"
license = "MIT"
Expand Down Expand Up @@ -42,7 +42,7 @@ crossterm = { version = "0.25.0" }
rayon = { version = "1.5.3" }

clashctl-core = { path = "../clashctl-core", features = ["full"] }
tap = "1.0.1"
tap = "1.0.1"

[dev-dependencies]
rand = { version = "0.8.5", features = ["small_rng"] }
Expand Down

0 comments on commit 89e3e3c

Please sign in to comment.