Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoikey committed Sep 16, 2024
1 parent 106e64e commit f6e399d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ repository = "https://github.com/tomoikey/refined-type"
readme = "README.md"
categories = ["accessibility", "development-tools", "rust-patterns"]
license = "MIT"
version = "0.5.7"
version = "0.5.8"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
paste = "1.0.15"
regex = "1.10.6"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }

[dev-dependencies]
anyhow = "1.0.86"
serde_json = "1.0.117"
anyhow = "1.0.89"
serde_json = "1.0.128"

0 comments on commit f6e399d

Please sign in to comment.