From cb5cd3b668ab7327d5a5de1c7add3901ae6ac5ab Mon Sep 17 00:00:00 2001 From: Richard Anaya Date: Tue, 12 Nov 2019 18:38:54 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b5dddf..7206103 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# 💀 Executor +# 💀 executor docs.rs docs ```toml [dependencies] -executor = "0.1" +executor = "0.2" ``` ## Features - [x] `#![no_std]` and minimally uses `alloc` (`Box` and `Arc`)