Skip to content

Commit 8703d4e

Browse files
committed
MSRV 1.82
Needed for Option::is_none_or
1 parent 478c2c5 commit 8703d4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: true
5353
matrix:
5454
os: [ubuntu-latest, windows-latest, macOS-latest]
55-
version: [stable, nightly, "1.79"]
55+
version: [stable, nightly, "1.82"]
5656

5757
steps:
5858
- uses: actions/checkout@v4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "conserve"
99
readme = "README.md"
1010
repository = "https://github.com/sourcefrog/conserve/"
1111
version = "23.11.0"
12-
rust-version = "1.79"
12+
rust-version = "1.82"
1313

1414
[features]
1515
default = ["s3", "sftp"]

0 commit comments

Comments
 (0)