diff options
Diffstat (limited to 'askama_hyper/Cargo.toml')
-rw-r--r-- | askama_hyper/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_hyper/Cargo.toml b/askama_hyper/Cargo.toml index 113ca02..02fcc58 100644 --- a/askama_hyper/Cargo.toml +++ b/askama_hyper/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" workspace = ".." readme = "README.md" edition = "2021" -rust-version = "1.58" +rust-version = "1.65" [dependencies] askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-hyper"] } |