diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f9b4ed0..385764d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "catppuccin" -version = "1.0.3" +version = "1.0.4" dependencies = [ "ansi_term", "indoc", 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"] diff --git a/rust/README.md b/rust/README.md index fb82806..c753567 100644 --- a/rust/README.md +++ b/rust/README.md @@ -8,7 +8,7 @@ Add Catppuccin to your project's `Cargo.toml`: ```toml [dependencies] -catppuccin = "1.0.3" +catppuccin = "1.0.4" ``` ## Example diff --git a/rust/assets/simple-example.webp b/rust/assets/simple-example.webp new file mode 100644 index 0000000..c1cbf68 Binary files /dev/null and b/rust/assets/simple-example.webp differ diff --git a/rust/assets/term-example.webp b/rust/assets/term-example.webp new file mode 100644 index 0000000..d488b62 Binary files /dev/null and b/rust/assets/term-example.webp differ