Skip to content

Commit

Permalink
Bump MSRV to 1.52 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Sep 28, 2021
1 parent 7d6ef68 commit 61e411f
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 @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Rust
run: rustup default 1.48.0
run: rustup default 1.52.1

- name: Remove unused dev-dependencies breaking MSRV
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![crates.io](https://img.shields.io/crates/v/rusty-s3.svg)](https://crates.io/crates/rusty-s3)
[![Documentation](https://docs.rs/rusty-s3/badge.svg)](https://docs.rs/rusty-s3)
[![dependency status](https://deps.rs/crate/rusty-s3/0.1.2/status.svg)](https://deps.rs/crate/rusty-s3/0.1.2)
[![Rustc Version 1.48.0+](https://img.shields.io/badge/rustc-1.48.0+-lightgray.svg)](https://blog.rust-lang.org/2020/11/19/Rust-1.48.html)
[![Rustc Version 1.52.1+](https://img.shields.io/badge/rustc-1.52.1+-lightgray.svg)](https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html)
[![CI](https://github.com/paolobarbolini/rusty-s3/workflows/CI/badge.svg)](https://github.com/paolobarbolini/rusty-s3/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/paolobarbolini/rusty-s3/branch/main/graph/badge.svg?token=K0YPC21N8D)](https://codecov.io/gh/paolobarbolini/rusty-s3)

Expand Down

0 comments on commit 61e411f

Please sign in to comment.