Skip to content

Commit

Permalink
bump MSRV to 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Aug 9, 2022
1 parent e33dbe4 commit 80e600d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
check:
name: Check on v1.41
name: Check on v1.56
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.41.1
toolchain: 1.56.0
override: true

- name: Run cargo check
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A native Rust library for Mozilla's Public Suffix List
[![Latest Version](https://img.shields.io/crates/v/publicsuffix.svg)](https://crates.io/crates/publicsuffix)
[![Crates.io downloads](https://img.shields.io/crates/d/publicsuffix)](https://crates.io/crates/publicsuffix)
[![Docs](https://docs.rs/publicsuffix/badge.svg)](https://docs.rs/publicsuffix)
[![Minimum supported Rust version](https://img.shields.io/badge/rustc-1.41+-yellow.svg)](https://www.rust-lang.org)
[![Minimum supported Rust version](https://img.shields.io/badge/rustc-1.56+-yellow.svg)](https://www.rust-lang.org)
![Maintenance](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Expand Down

0 comments on commit 80e600d

Please sign in to comment.