From e9b62c47197b52f262a23ea9811b271d5c5af65b Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 26 Mar 2022 15:44:54 -0400 Subject: [PATCH] bump version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4e93ea..913eef4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,7 +498,7 @@ checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" [[package]] name = "xargo" -version = "0.3.24" +version = "0.3.25" dependencies = [ "dirs", "error-chain", diff --git a/Cargo.toml b/Cargo.toml index aac4f63..1975f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std"] license = "MIT OR Apache-2.0" name = "xargo" repository = "https://github.com/japaric/xargo" -version = "0.3.24" +version = "0.3.25" default-run = "xargo" [dependencies]