From fc3e6bea10b7dad155a12d61f2f4a0a633d6a66a Mon Sep 17 00:00:00 2001 From: Denis Bazhenov Date: Thu, 21 Dec 2023 16:29:52 +0700 Subject: [PATCH] v0.2.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e622f53..6582616 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,7 +37,7 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "cargo-export" -version = "0.2.3" +version = "0.2.4" dependencies = [ "getopts", "proptest", diff --git a/Cargo.toml b/Cargo.toml index cc3661d..b10ca97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-export" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "MIT" description = "Utility to export compiler artifacts from cargo build process"