From 3e665b64dde6d2eacaaeafae967eb7e6ea300667 Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Sun, 3 Nov 2019 20:39:43 +0100 Subject: [PATCH] Change description of executor --- bastion-executor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastion-executor/Cargo.toml b/bastion-executor/Cargo.toml index baebaa34..a879aa11 100644 --- a/bastion-executor/Cargo.toml +++ b/bastion-executor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bastion-executor" version = "0.2.1-alpha.0" -description = "SMP enabled NUMA-aware executor for Rust" +description = "Cache affine NUMA-aware executor for Rust" authors = ["Mahmut Bulut "] keywords = ["fault-tolerant", "runtime", "actor", "system"] categories = ["concurrency", "asynchronous"]