Skip to content

Commit 5a855dc

Browse files
authored
Merge pull request #8 from serde-rs/up
Raise required compiler to Rust 1.61
2 parents 417e788 + b681555 commit 5a855dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
rust: [nightly, beta, stable, 1.56.0]
22+
rust: [nightly, beta, stable, 1.61.0]
2323
timeout-minutes: 45
2424
steps:
2525
- uses: actions/checkout@v5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["serde"]
1010
license = "MIT OR Apache-2.0"
1111
publish = false
1212
repository = "https://github.com/serde-rs/example-format"
13-
rust-version = "1.56"
13+
rust-version = "1.61"
1414

1515
[dependencies]
1616
serde = "1"

0 commit comments

Comments
 (0)