Update docs to Rust 2021 ()

This commit is contained in:
Chris Wong 2023-04-16 17:11:06 +10:00 committed by GitHub
parent bf44196a61
commit ca7b93c790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ license = "CC-BY-SA-4.0"
repository = "https://github.com/lambda-fairy/maud"
description = "Documentation for Maud."
edition = "2018"
edition = "2021"
[dependencies]
comrak = { version = "*", default-features = false }

View file

@ -2,7 +2,7 @@
name = "doctest"
version = "0.1.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
edition = "2018"
edition = "2021"
[dependencies]
actix-web = { version = "4.0.0-rc.2", default-features = false, features = ["macros"] }