summaryrefslogtreecommitdiff
path: root/axum-core/Cargo.toml
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-06-17 20:11:35 +0200
committerGitHub <noreply@github.com>2022-06-17 20:11:35 +0200
commit93251fa20321b3e93dd6c8c3a229ad005928bdab (patch)
treea7616f3a9583729850a29d1ed374a1cc445cafba /axum-core/Cargo.toml
parentfd70f81c46b9a26bbbb1bc42dc9be1820f44a2f3 (diff)
Bump MSRV to 1.56 and update to the 2021 edition (#1098)
Diffstat (limited to 'axum-core/Cargo.toml')
-rw-r--r--axum-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/axum-core/Cargo.toml b/axum-core/Cargo.toml
index 0f7cb823..80125106 100644
--- a/axum-core/Cargo.toml
+++ b/axum-core/Cargo.toml
@@ -1,7 +1,7 @@
[package]
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Core types and traits for axum"
-edition = "2018"
+edition = "2021"
homepage = "https://github.com/tokio-rs/axum"
keywords = ["http", "web", "framework"]
license = "MIT"