Skip to content

Commit e4d2ae7

Browse files
committed
Add MSRV badge
1 parent 6e651fd commit e4d2ae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![crates.io](https://img.shields.io/crates/d/embedded-alloc.svg)](https://crates.io/crates/embedded-alloc)
22
[![crates.io](https://img.shields.io/crates/v/embedded-alloc.svg)](https://crates.io/crates/embedded-alloc)
3+
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.68+-blue.svg)
34

45
# `embedded-alloc`
56

@@ -12,7 +13,7 @@ This project is developed and maintained by the [Cortex-M team][team].
1213

1314
## Example
1415

15-
Starting with Rust 1.68, this crate can be used as a global allocator:
16+
Starting with Rust 1.68, this crate can be used as a global allocator on stable Rust:
1617

1718
```rust
1819
#![no_std]

0 commit comments

Comments
 (0)