From 1fdbd94d42e2983d2acb62abafacebd4e0f719cc Mon Sep 17 00:00:00 2001 From: Luke Hsiao Date: Tue, 19 Jan 2021 10:00:41 -0800 Subject: [PATCH] Update crate version to match release tag 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 80d46d2..186b7df 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 "] edition = "2018"