Skip to content

Commit

Permalink
Fix MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Oct 4, 2023
1 parent 2dc4db5 commit 824e7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuos-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
run: rustup default 1.61
run: rustup default 1.67

- name: Run tests
run: cargo test --lib
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 @@ license = "BSD-2-Clause"
documentation = "https://docs.rs/rusty-s3"
readme = "README.md"
edition = "2021"
rust-version = "1.61"
rust-version = "1.67"

[dependencies]
hmac = "0.12.1"
Expand Down

0 comments on commit 824e7c2

Please sign in to comment.