The latest tag is v0.8.1, but the crate tag is still v0.8.0. This fixes
the discrepancy.
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 8f678e8..0a26a9a 100644
--- a/Cargo.toml+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "asuka"
-version = "0.8.0"+version = "0.8.1"authors = ["Julien Blanchard <julien@typed-hole.org>"]
edition = "2018"
--
2.25.1