From 92c712eb1f6fa225164bd029c7c4d17aa6fe224d Mon Sep 17 00:00:00 2001 From: Avril Date: Sat, 26 Nov 2022 12:14:41 +0000 Subject: [PATCH] Version bump: 1.0 functional release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for enumerate-ordered's current commit: Small curse − 小凶 --- Cargo.lock | 2 +- Cargo.toml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26af54a..b72831b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ dependencies = [ [[package]] name = "enumerate-ordered" -version = "0.1.0" +version = "1.0.0" dependencies = [ "color-eyre", "futures", diff --git a/Cargo.toml b/Cargo.toml index 0c01502..eb4f3dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "enumerate-ordered" -version = "0.1.0" +description = "Order files by their timestamps" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -9,6 +10,10 @@ edition = "2021" opt-level = 3 lto = "fat" codegen-units = 1 +strip = true + +[profile.prof] +inherits="release" strip = false [dependencies]