fix: broken repo link in rust crate
This commit is contained in:
parent
71fe5ec08f
commit
ade9d587cf
3 changed files with 4 additions and 4 deletions
2
rust/Cargo.lock
generated
2
rust/Cargo.lock
generated
|
@ -13,7 +13,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "catppuccin"
|
||||
version = "1.0.3"
|
||||
version = "1.0.4"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"indoc",
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Add Catppuccin to your project's `Cargo.toml`:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
catppuccin = "1.0.3"
|
||||
catppuccin = "1.0.4"
|
||||
```
|
||||
|
||||
## Example
|
||||
|
|
Loading…
Reference in a new issue