We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478c2c5 commit 8703d4eCopy full SHA for 8703d4e
.github/workflows/rust.yml
@@ -52,7 +52,7 @@ jobs:
52
fail-fast: true
53
matrix:
54
os: [ubuntu-latest, windows-latest, macOS-latest]
55
- version: [stable, nightly, "1.79"]
+ version: [stable, nightly, "1.82"]
56
57
steps:
58
- uses: actions/checkout@v4
Cargo.toml
@@ -9,7 +9,7 @@ name = "conserve"
9
readme = "README.md"
10
repository = "https://github.com/sourcefrog/conserve/"
11
version = "23.11.0"
12
-rust-version = "1.79"
+rust-version = "1.82"
13
14
[features]
15
default = ["s3", "sftp"]
0 commit comments