Skip to content

Commit

Permalink
chore: bump up version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zbrox committed Nov 18, 2024
1 parent 7c65f0f commit f22aad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "iso_currency"
description = "ISO 4217 currency codes"
version = "0.5.0"
version = "0.5.1"
authors = ["Rostislav Raykov <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -25,7 +25,7 @@ iso_country = "0.1.4"
schemars = { version = "0.8.16", optional = true }
serde = { version = "1.0.127", optional = true, features = ["derive"] }
strum = { version = "0.26.1", optional = true, features = ["derive"] }
sqlx = { version = ">0.7", optional = true}
sqlx = { version = ">0.7", optional = true }

[dev-dependencies]
divan = "0.1.11"
Expand Down

0 comments on commit f22aad4

Please sign in to comment.