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]]
|
[[package]]
|
||||||
name = "catppuccin"
|
name = "catppuccin"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"indoc",
|
"indoc",
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue