~julienxx/asuka

Update crate version to match release tag v1 APPLIED

Luke Hsiao: 1
 Update crate version to match release tag

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~julienxx/asuka/patches/19683/mbox | git am -3
Learn more about email & git

[PATCH] Update crate version to match release tag Export this patch

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