Skip to content

Commit 28e6345

Browse files
chore: bump version to 0.4.24
1 parent cdb81c9 commit 28e6345

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

throttlecrab-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "throttlecrab-server"
3-
version = "0.4.23"
3+
version = "0.4.24"
44
authors.workspace = true
55
edition.workspace = true
66
description = "A high-performance rate limiting server with multiple protocol support"
@@ -18,7 +18,7 @@ path = "src/main.rs"
1818

1919
[dependencies]
2020
# Core library
21-
throttlecrab = { path = "../throttlecrab", version = "0.4.23", features = ["ahash"] }
21+
throttlecrab = { path = "../throttlecrab", version = "0.4.24", features = ["ahash"] }
2222

2323
# Async runtime
2424
tokio = { workspace = true }

throttlecrab/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "throttlecrab"
3-
version = "0.4.23"
3+
version = "0.4.24"
44
authors.workspace = true
55
edition.workspace = true
66
description = "A high-performance GCRA (Generic Cell Rate Algorithm) rate limiter library"

0 commit comments

Comments
 (0)