From aeb75ecad1f2e9afae85869c713a90e1bb8797a4 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 23 Sep 2018 12:42:04 -0400 Subject: [PATCH] Note about nightly Rust --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a1d782..d8f8534 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A simple attempt at a `#[no_std]` compatible allocator that can track allocations on a per-thread basis, for the purpose of guaranteeing that performance-critical code doesn't trigger an allocation while running. +Nightly Rust is required because of a dependence on the `alloc` crate. + The current state has all the infrastructure in place, but the tests are a bit flaky. As such, this crate likely won't see much further development; if you are interested in claiming the qadapt name, please reach out to the author