Cargo.toml: enable the Rust 2021 Edition

This commit is contained in:
David Aguilar 2024-03-17 00:49:13 -07:00 committed by Ethiraric
parent 5c9350e824
commit 77574b4f30

View file

@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
description = "A fully YAML 1.2 compliant YAML parser"
repository = "https://github.com/Ethiraric/yaml-rust2"
readme = "README.md"
edition = "2018"
edition = "2021"
[dependencies]
arraydeque = "0.5.1"