Skip to content

Commit 6193fce

Browse files
committed
Increment package version
1 parent 9cd43c7 commit 6193fce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "rhoxy"
3-
version = "0.2.1"
3+
version = "0.2.5"
44
edition = "2024"
55
license = "MIT"
6-
description = "A simple async HTTP/HTTPS proxy in Rust."
6+
description = "An async HTTP/HTTPS proxy in Rust."
77

88
[dependencies]
99
tokio = { version = "1.0", features = ["full"] }

0 commit comments

Comments
 (0)