Merge pull request #19 from backwardspy/release/crate-1.0.3
This commit is contained in:
commit
71fe5ec08f
3 changed files with 3 additions and 3 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.2"
|
version = "1.0.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"indoc",
|
"indoc",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "catppuccin"
|
name = "catppuccin"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
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."
|
||||||
|
|
|
@ -8,7 +8,7 @@ Add Catppuccin to your project's `Cargo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
catppuccin = "1.0.2"
|
catppuccin = "1.0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
Loading…
Reference in a new issue