From 3542b99c9df5701ce7e3e1e71233d340ad00e968 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 18 Jan 2024 18:52:16 -0500 Subject: [PATCH] Tweak the description of the `gpui` crate (#4142) This PR tweaks the description of the `gpui` crate, since it's now the only version. There can only be one! Release Notes: - N/A --- crates/gpui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index ee75492873..70608ccb0c 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -3,7 +3,7 @@ name = "gpui" version = "0.1.0" edition = "2021" authors = ["Nathan Sobo "] -description = "The next version of Zed's GPU-accelerated UI framework" +description = "Zed's GPU-accelerated UI framework" publish = false [features]