Skip to content

Commit

Permalink
New S3 SDK needs Rust 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Oct 14, 2024
1 parent f761bfd commit 8f64f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
features: ["", "s3"]
version: [stable, nightly, "1.74"]
version: [stable, nightly, "1.78"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "conserve"
readme = "README.md"
repository = "https://github.com/sourcefrog/conserve/"
version = "24.8.0"
rust-version = "1.74"
rust-version = "1.78"

[[bin]]
doc = false
Expand Down

0 comments on commit 8f64f35

Please sign in to comment.