Merge pull request #19 from backwardspy/release/crate-1.0.3

This commit is contained in:
Hamothy 2022-10-23 14:40:42 -07:00 committed by GitHub
commit 71fe5ec08f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
rust/Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "catppuccin"
version = "1.0.2"
version = "1.0.3"
authors = ["backwardspy <backwardspy@gmail.com>"]
edition = "2021"
description = "🦀 Soothing pastel theme for Rust."

View file

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