From 68d498eb61c1dbc6fad287a99fd869f2a4afb998 Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Sun, 23 Oct 2022 15:31:41 -0700 Subject: [PATCH] docs: update github link & bump minor version --- rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 9e274d1..d7c396e 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "catppuccin" -version = "1.0.3" +version = "1.0.4" authors = ["backwardspy "] edition = "2021" description = "🦀 Soothing pastel theme for Rust." -repository = "https://github.com/catpuccin/palettes/tree/main/rust" +repository = "https://github.com/catppuccin/palette/tree/main/rust" license = "MIT" keywords = ["catppuccin", "palette", "colour", "theme"]