From 4062ec4ebe334cf0915ec07c09fd5822a31e1f9a Mon Sep 17 00:00:00 2001 From: Charles Edward Gagnon Date: Mon, 18 Nov 2024 13:15:40 -0500 Subject: [PATCH] update version to 0.5.0 --- build/Cargo.toml | 2 +- build/templates/main_lib/Cargo.toml | 2 +- icondata/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Cargo.toml b/build/Cargo.toml index 469b631b6..a9679fc67 100644 --- a/build/Cargo.toml +++ b/build/Cargo.toml @@ -15,7 +15,7 @@ quote = "1" regex = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" -snafu = { version = "0.7", default_features = false, features = ["rust_1_61", "std", "backtraces", "backtraces-impl-std"] } +snafu = { version = "0.7", default-features = false, features = ["rust_1_61", "std", "backtraces", "backtraces-impl-std"] } strum = { version = "0.24", features = ["derive"] } syn = { version = "2", features = ["full"] } time = "0.3" diff --git a/build/templates/main_lib/Cargo.toml b/build/templates/main_lib/Cargo.toml index 8256a373c..2b2e1d20b 100644 --- a/build/templates/main_lib/Cargo.toml +++ b/build/templates/main_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icondata" -version = "0.4.0" +version = "0.5.0" authors = ["Charles Edward Gagnon"] edition = "2021" description = "Icon data from free icon libraries." diff --git a/icondata/Cargo.toml b/icondata/Cargo.toml index 6a44cd530..1d58d74b6 100644 --- a/icondata/Cargo.toml +++ b/icondata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icondata" -version = "0.4.0" +version = "0.5.0" authors = ["Charles Edward Gagnon"] edition = "2021" description = "Icon data from free icon libraries."