Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Update to Rust 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 9, 2022
1 parent 6d3e399 commit 49be9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "serde_yaml"
version = "0.8.25" # remember to update html_root_url, and readme for major versions
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
edition = "2021"
rust-version = "1.56"
license = "MIT OR Apache-2.0"
description = "YAML support for Serde"
Expand Down

0 comments on commit 49be9c8

Please sign in to comment.