mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 23:41:57 +00:00
g3-udpdump: bump MSRV to 1.88
This commit is contained in:
parent
ebf2099aad
commit
7aca18017f
3 changed files with 4 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1667,7 +1667,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "g3-udpdump"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"g3-dpi",
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@ g3-syslog = { version = "0.8", path = "lib/g3-syslog" }
|
|||
g3-tls-cert = { version = "0.7", path = "lib/g3-tls-cert" }
|
||||
g3-tls-ticket = { version = "0.3", path = "lib/g3-tls-ticket" }
|
||||
g3-types = { version = "0.7", path = "lib/g3-types" }
|
||||
g3-udpdump = { version = "0.2", path = "lib/g3-udpdump" }
|
||||
g3-udpdump = { version = "0.3", path = "lib/g3-udpdump" }
|
||||
g3-xcrypt = { version = "0.3", path = "lib/g3-xcrypt" }
|
||||
g3-yaml = { version = "0.6", path = "lib/g3-yaml" }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
[package]
|
||||
name = "g3-udpdump"
|
||||
version = "0.2.0"
|
||||
version = "0.3.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