chore: bump crate version number

This commit is contained in:
backwardspy 2022-10-23 22:21:35 +01:00
parent 972c766b17
commit 06c7415e6c
3 changed files with 3 additions and 3 deletions

2
rust/Cargo.lock generated
View file

@ -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",

View file

@ -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."

View file

@ -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