Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CrabeDeFrance committed Dec 15, 2024
1 parent 8cdf1bb commit f170848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diode"
version = "2.2.1"
version = "2.2.2"
edition = "2021"
license = "GPL-3.0"

Expand All @@ -17,7 +17,7 @@ nix = { version = "0.29", features = [ "socket", "uio" ]}
rand_xorshift = "0.3"
human_bytes = { version = "0.4", default-features = false }
bitflags = "2"
thiserror = "1"
thiserror = "2"
log4rs = "1"
metrics = "0.24"
metrics-exporter-prometheus = "0.16"
Expand All @@ -31,7 +31,7 @@ regex = "1"

[dev-dependencies]
criterion = "0.5"
pprof = { version = "0.13", features = ["criterion", "flamegraph"] }
pprof = { version = "0.14", features = ["criterion", "flamegraph"] }

[profile.release]
lto = true
Expand Down

0 comments on commit f170848

Please sign in to comment.