fix: off by one bit

This commit is contained in:
Jixun Wu
2021-12-29 00:20:00 +00:00
parent ab6bca0ba6
commit 76ae128d68
3 changed files with 19 additions and 3 deletions

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:
```toml
tc_tea = "0.1.1"
tc_tea = "0.1.2"
```
## Troubleshooting