Merge pull request #21 from backwardspy/fix/pigeon-brain

This commit is contained in:
Hamothy 2022-10-23 15:40:28 -07:00 committed by GitHub
commit 3223f436fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

2
rust/Cargo.lock generated
View file

@ -13,7 +13,7 @@ dependencies = [
[[package]] [[package]]
name = "catppuccin" name = "catppuccin"
version = "1.0.3" version = "1.0.4"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"indoc", "indoc",

View file

@ -1,10 +1,10 @@
[package] [package]
name = "catppuccin" name = "catppuccin"
version = "1.0.3" version = "1.0.4"
authors = ["backwardspy <backwardspy@gmail.com>"] authors = ["backwardspy <backwardspy@gmail.com>"]
edition = "2021" edition = "2021"
description = "🦀 Soothing pastel theme for Rust." 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" license = "MIT"
keywords = ["catppuccin", "palette", "colour", "theme"] keywords = ["catppuccin", "palette", "colour", "theme"]

View file

@ -8,7 +8,7 @@ Add Catppuccin to your project's `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
catppuccin = "1.0.3" catppuccin = "1.0.4"
``` ```
## Example ## Example

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB