We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53aba8 commit 4fdf665Copy full SHA for 4fdf665
README.md
@@ -5,7 +5,8 @@
5
6
> A heap allocator for embedded systems.
7
8
-Note that using this as your global allocator requires nightly Rust.
+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)]`)
10
11
This project is developed and maintained by the [Cortex-M team][team].
12
0 commit comments