Skip to content

Commit

Permalink
bumps to v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Apr 10, 2023
1 parent 9c8f5a0 commit 9b59338
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,6 +1,6 @@
[package]
name = "mostro"
version = "0.5.8"
version = "0.5.9"
edition = "2021"
license = "MIT"
authors = ["Francisco Calderón <[email protected]>"]
Expand All @@ -23,7 +23,7 @@ sqlx = { version = "0.6.2", features = [
"macros",
"chrono",
"uuid",
"offline"
"offline",
] }
sqlx-crud = { version = "0.3.2", features = ["runtime-tokio-rustls"] }
tokio = { version = "1.23.0", features = ["full"] }
Expand Down

0 comments on commit 9b59338

Please sign in to comment.