Skip to content

Commit

Permalink
update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskiki committed Nov 18, 2024
1 parent 7f0b2db commit 4062ec4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build/templates/main_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion icondata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 4062ec4

Please sign in to comment.