Browse Source

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.
master
Luke Hsiao 5 years ago committed by Julien Blanchard
parent
commit
1fdbd94d42
  1. 2
      Cargo.toml

2
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"

Loading…
Cancel
Save