g3-socks: bump MSRV to 1.88

This commit is contained in:
Zhang Jingqiang 2025-08-09 20:01:09 +08:00
parent 274eb070ee
commit a194f4e54f
3 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1518,7 +1518,7 @@ dependencies = [
[[package]]
name = "g3-socks"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"bytes",
"g3-io-ext",

View file

@ -228,7 +228,7 @@ g3-runtime = { version = "0.5", path = "lib/g3-runtime" }
g3-slog-types = { version = "0.3", path = "lib/g3-slog-types" }
g3-smtp-proto = { version = "0.3", path = "lib/g3-smtp-proto" }
g3-socket = { version = "0.6", path = "lib/g3-socket" }
g3-socks = { version = "0.3", path = "lib/g3-socks" }
g3-socks = { version = "0.4", path = "lib/g3-socks" }
g3-statsd-client = { version = "0.2", path = "lib/g3-statsd-client" }
g3-std-ext = { version = "0.1", path = "lib/g3-std-ext" }
g3-stdlog = { version = "0.2", path = "lib/g3-stdlog" }

View file

@ -1,8 +1,9 @@
[package]
name = "g3-socks"
version = "0.3.0"
version = "0.4.0"
license.workspace = true
edition.workspace = true
rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html