fix: broken repo link in rust crate

This commit is contained in:
backwardspy 2022-10-23 23:36:20 +01:00
parent 71fe5ec08f
commit ade9d587cf
3 changed files with 4 additions and 4 deletions

2
rust/Cargo.lock generated
View file

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

View file

@ -1,10 +1,10 @@
[package]
name = "catppuccin"
version = "1.0.3"
version = "1.0.4"
authors = ["backwardspy <backwardspy@gmail.com>"]
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"]

View file

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