mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 23:41:57 +00:00
g3-socks: bump MSRV to 1.88
This commit is contained in:
parent
274eb070ee
commit
a194f4e54f
3 changed files with 4 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1518,7 +1518,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "g3-socks"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"g3-io-ext",
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue