g3-udpdump: bump MSRV to 1.88

This commit is contained in:
Zhang Jingqiang 2025-08-09 21:00:22 +08:00
parent ebf2099aad
commit 7aca18017f
3 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1667,7 +1667,7 @@ dependencies = [
[[package]]
name = "g3-udpdump"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"anyhow",
"g3-dpi",

View file

@ -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" }

View file

@ -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