Skip to content

Commit af38cd0

Browse files
chore: bump version to 0.4.35
1 parent 6911df2 commit af38cd0

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.34"
3+
version = "0.4.35"
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.34", features = ["ahash"] }
21+
throttlecrab = { path = "../throttlecrab", version = "0.4.35", 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.34"
3+
version = "0.4.35"
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)