Update docs to Rust 2021 (#376)
This commit is contained in:
parent
bf44196a61
commit
ca7b93c790
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ license = "CC-BY-SA-4.0"
|
||||||
repository = "https://github.com/lambda-fairy/maud"
|
repository = "https://github.com/lambda-fairy/maud"
|
||||||
description = "Documentation for Maud."
|
description = "Documentation for Maud."
|
||||||
|
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
comrak = { version = "*", default-features = false }
|
comrak = { version = "*", default-features = false }
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "doctest"
|
name = "doctest"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4.0.0-rc.2", default-features = false, features = ["macros"] }
|
actix-web = { version = "4.0.0-rc.2", default-features = false, features = ["macros"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue