From ba4a92459efa8988ffe00e04dff1c885d27c7292 Mon Sep 17 00:00:00 2001 From: Sipher <77928770+Sipher@users.noreply.github.com> Date: Fri, 17 May 2024 15:25:10 -0300 Subject: [PATCH] Update Cargo.toml - Change Description Changed description to - "A parallel language" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e73684e6..442e4b96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bend-lang" -description = "A high-level, massively parallel programming language" +description = "A parallel language" license = "Apache-2.0" version = "0.2.7" edition = "2021"