From 1ffaba70e577af86510d82601b7a0d2eee44027f Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Thu, 16 May 2024 06:43:26 +0000 Subject: [PATCH] Fix MSRV, build --- Cargo.toml | 2 +- README.md | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea421c1..c93947b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-io-mini" version = "0.1.0" authors = ["Stjepan Glavina ", "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" diff --git a/README.md b/README.md index 0e318d1..b1e91d1 100644 --- a/README.md +++ b/README.md @@ -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.