fix for ci.yml

This commit is contained in:
2022-08-16 11:03:51 +02:00
parent 0fcf150707
commit 3b11af8d4a
3 changed files with 10 additions and 3 deletions
.github/workflows
README.md
src

@ -28,7 +28,7 @@
//! - [`std`](https://doc.rust-lang.org/std/): Enables functionality relying on the standard library.
//! - [`alloc`](https://doc.rust-lang.org/alloc/): Enables features which operate on containers
//! like [`alloc::vec::Vec`](https://doc.rust-lang.org/beta/alloc/vec/struct.Vec.html).
//! Enabled by the `std` features.
//! Enabled by the `std` feature.
//!
//! ## Module
//!