Skip to content

Commit

Permalink
Bump version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed May 1, 2024
1 parent 27974c5 commit cc1d4ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Prepare
shell: bash
run: |
cargo install cbindgen
mkdir mypubdir4
rustup target add ${{ matrix.target }}
if [[ "${{ matrix.host_os }}" == "ubuntu-latest" ]]; then
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dns2socks"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
repository = "https://github.com/ssrlive/dns2socks"
Expand All @@ -13,14 +13,14 @@ crate-type = ["staticlib", "cdylib", "rlib"]

[dependencies]
chrono = "0.4"
clap = { version = "4.5", features = ["derive", "wrap_help"] }
ctrlc2 = { version = "3.5", features = ["tokio", "termination"] }
clap = { version = "4", features = ["derive", "wrap_help"] }
ctrlc2 = { version = "3", features = ["tokio", "termination"] }
dotenvy = "0.15"
env_logger = "0.11"
log = "0.4"
moka = { version = "0.12", default-features = false, features = ["future"] }
rand = "0.8"
socks5-impl = "0.5"
tokio = { version = "1.36", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
trust-dns-proto = "0.23"

0 comments on commit cc1d4ca

Please sign in to comment.