Skip to content

Commit 4fdf665

Browse files
committed
Update README mentioning Rust 1.68 compatibility
1 parent e53aba8 commit 4fdf665

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
@@ -5,7 +5,8 @@
55

66
> A heap allocator for embedded systems.
77
8-
Note that using this as your global allocator requires nightly Rust.
8+
Note that using this as your global allocator requires Rust 1.68.
9+
(With earlier versions, you need the unstable feature `#![feature(default_alloc_error_handler)]`)
910

1011
This project is developed and maintained by the [Cortex-M team][team].
1112

0 commit comments

Comments
 (0)