Skip to content

Commit

Permalink
But MSRV to 1.66.0 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilai-deutel authored Oct 13, 2024
1 parent da51e37 commit 06bba14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ jobs:
# MSRV (Linux)
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
toolchain: 1.65.0
toolchain: 1.66.0
# MSRV (MacOS)
- os: macos-latest
target: x86_64-apple-darwin
toolchain: 1.65.0
toolchain: 1.66.0
# MSRV (Windows)
- os: windows-latest
target: x86_64-pc-windows-gnu
toolchain: 1.65.0
toolchain: 1.66.0
# MSRV (WASI)
- os: ubuntu-latest
target: wasm32-wasi
toolchain: 1.65.0
toolchain: 1.66.0

# Nightly (Linux)
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kibi"
version = "0.2.2"
rust-version = "1.65"
rust-version = "1.66"
authors = ["Ilaï Deutel"]
license = "MIT OR Apache-2.0"
edition = "2018"
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 @@
[![Build Status](https://img.shields.io/github/actions/workflow/status/ilai-deutel/kibi/ci.yml?branch=master&logo=github-actions)](https://github.com/ilai-deutel/kibi/actions/workflows/ci.yml?query=branch%3Amaster)
[![Lines of code](https://img.shields.io/github/actions/workflow/status/ilai-deutel/kibi/loc.yml?label=LOC%E2%89%A41024)](#)
[![Crate](https://img.shields.io/crates/v/kibi.svg)](https://crates.io/crates/kibi)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.65+-blue.svg?logo=rust)](https://www.rust-lang.org/)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.66+-blue.svg?logo=rust)](https://www.rust-lang.org/)
[![Platform](https://img.shields.io/badge/platform-Linux%20|%20macOS%20|%20Windows%2010%20|%20WASI-blue)](#)
[![Packaging status](https://repology.org/badge/tiny-repos/kibi.svg)](https://repology.org/project/kibi/versions)
[![Dependency Status](https://deps.rs/repo/github/ilai-deutel/kibi/status.svg)](https://deps.rs/repo/github/ilai-deutel/kibi)
Expand Down

0 comments on commit 06bba14

Please sign in to comment.