chore: bump to 0.1.4

This commit is contained in:
Jixun Wu
2021-12-29 11:08:39 +00:00
parent da48fe4998
commit 825bd6d7be
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
[package] [package]
name = "tc_tea" name = "tc_tea"
version = "0.1.3" version = "0.1.4"
authors = ["Jixun Wu <jixun.moe@gmail.com>"] authors = ["Jixun Wu <jixun.moe@gmail.com>"]
edition = "2021" edition = "2021"

View File

@@ -16,7 +16,7 @@ Code implemented according to the spec described in
Add the following to `[dependencies]` section in your `Cargo.toml` file: Add the following to `[dependencies]` section in your `Cargo.toml` file:
```toml ```toml
tc_tea = "0.1.3" tc_tea = "0.1.4"
``` ```
## Troubleshooting ## Troubleshooting