Skip to content

Commit cc1d4ca

Browse files
committed
Bump version 0.1.4
1 parent 27974c5 commit cc1d4ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/publish-exe.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Prepare
4949
shell: bash
5050
run: |
51+
cargo install cbindgen
5152
mkdir mypubdir4
5253
rustup target add ${{ matrix.target }}
5354
if [[ "${{ matrix.host_os }}" == "ubuntu-latest" ]]; then

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dns2socks"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/ssrlive/dns2socks"
@@ -13,14 +13,14 @@ crate-type = ["staticlib", "cdylib", "rlib"]
1313

1414
[dependencies]
1515
chrono = "0.4"
16-
clap = { version = "4.5", features = ["derive", "wrap_help"] }
17-
ctrlc2 = { version = "3.5", features = ["tokio", "termination"] }
16+
clap = { version = "4", features = ["derive", "wrap_help"] }
17+
ctrlc2 = { version = "3", features = ["tokio", "termination"] }
1818
dotenvy = "0.15"
1919
env_logger = "0.11"
2020
log = "0.4"
2121
moka = { version = "0.12", default-features = false, features = ["future"] }
2222
rand = "0.8"
2323
socks5-impl = "0.5"
24-
tokio = { version = "1.36", features = ["full"] }
24+
tokio = { version = "1", features = ["full"] }
2525
tokio-util = "0.7"
2626
trust-dns-proto = "0.23"

0 commit comments

Comments
 (0)