Skip to content

Commit

Permalink
Fix MSRV, build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed May 16, 2024
1 parent 4c57af1 commit 1ffaba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "async-io-mini"
version = "0.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>", "Ivan Markov"]
edition = "2021"
rust-version = "1.63"
rust-version = "1.78"
description = "Async I/O fork for embedded systems"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/ivmarkov/async-io-mini"
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# async-io-mini

[![Build](https://github.com/ivmarkov/async-io-mini/workflows/Build%20and%20test/badge.svg)](
https://github.com/ivmarkov/async-io-mini/actions)
[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](
https://github.com/ivmarkov/async-io-mini)
[![Cargo](https://img.shields.io/crates/v/async-io-mini.svg)](
https://crates.io/crates/async-io-mini)
[![Documentation](https://docs.rs/async-io/badge.svg)](
https://docs.rs/async-io-mini)
[![CI](https://github.com/ivmarkov/async-io-mini/actions/workflows/ci.yml/badge.svg)](https://github.com/ivmarkov/async-io-mini/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](https://github.com/ivmarkov/async-io-mini)
[![Cargo](https://img.shields.io/crates/v/async-io-mini.svg)](https://crates.io/crates/async-io-mini)
[![Documentation](https://docs.rs/async-io/badge.svg)](https://docs.rs/async-io-mini)

Async I/O.

Expand Down

0 comments on commit 1ffaba7

Please sign in to comment.