aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-01-14 08:11:30 +0000
committerFuwn <[email protected]>2025-01-14 08:11:30 +0000
commite460fd3e4e8fbbe65df64507557ce05266b9d380 (patch)
tree6eec293e7d349ae9cc9a5eb64095f2e428eaab60
parentdocs(cargo): bump version (diff)
downloadseptember-e460fd3e4e8fbbe65df64507557ce05266b9d380.tar.xz
september-e460fd3e4e8fbbe65df64507557ce05266b9d380.zip
docs(cargo): add minimum rust version for lock file version 4 support
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4519dfd..6420025 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ repository = "https://github.com/gemrest/september"
license = "GPL-3.0-only"
keywords = ["rust", "gemini", "proxy"]
categories = ["web-programming", "web-programming::http-server"]
+rust-version = "1.78.0"
# Slower builds, faster executables
[profile.release]