Skip to content

Commit 42408bb

Browse files
Rust 2024!
1 parent 3a9fc29 commit 42408bb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name = "giveip"
33
authors = ["0/0 <[email protected]>", "valkyrie_pilot <[email protected]>"]
44
version = "1.0.0"
5-
edition = "2021"
5+
edition = "2024"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/randomairborne/giveip"
88
keywords = ["ip-address", "webserver", "docker"]
99
categories = ["web-programming::http-server"]
10-
description = "A simple hyper http server to echo back IP addresses"
10+
description = "A simple http server to echo back IP addresses"
1111

1212
[dependencies]
1313
axum = { version = "0.8", features = ["tokio", "http1", "http2", "macros"], default-features = false }

0 commit comments

Comments
 (0)