~julienxx/asuka

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Update crate version to match release tag

Details
Message ID
<20210119180041.22419-1-lwhsiao@stanford.edu>
DKIM signature
missing
Download raw message
Patch: +1 -1
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
Details
Message ID
<74ce956d-36f9-c2dd-6da5-bd39d22906dc@typed-hole.org>
In-Reply-To
<20210119180041.22419-1-lwhsiao@stanford.edu> (view parent)
DKIM signature
missing
Download raw message
On 19/01/2021 19:00, Luke Hsiao wrote:
> 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"
>   
> 

Applied, thanks!
Reply to thread Export thread (mbox)