Cargo.toml: enable the Rust 2021 Edition
This commit is contained in:
parent
99fb843550
commit
07113c6e1c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
|
||||||
description = "A fully YAML 1.2 compliant YAML parser"
|
description = "A fully YAML 1.2 compliant YAML parser"
|
||||||
repository = "https://github.com/Ethiraric/yaml-rust2"
|
repository = "https://github.com/Ethiraric/yaml-rust2"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
arraydeque = "0.5.1"
|
arraydeque = "0.5.1"
|
||||||
|
|
Loading…
Reference in a new issue