Skip to content

Commit 7c80e37

Browse files
committed
Update to Rust 2021 edition
1 parent 79ac527 commit 7c80e37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
rust: [nightly, beta, stable, 1.31.0]
18+
rust: [nightly, beta, stable, 1.56.0]
1919
steps:
2020
- uses: actions/checkout@v3
2121
- uses: dtolnay/rust-toolchain@master

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ repository = "https://github.com/serde-rs/example-format"
88
documentation = "https://serde.rs/data-format.html"
99
keywords = ["serde"]
1010
categories = ["encoding"]
11-
edition = "2018"
12-
rust-version = "1.31"
11+
edition = "2021"
12+
rust-version = "1.56"
1313
publish = false
1414

1515
[dependencies]

0 commit comments

Comments
 (0)