Skip to content

Commit

Permalink
Upgrade mostro core version (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch authored Sep 19, 2023
1 parent 045d751 commit c59e9f2
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.8.2"
version = "0.8.3"
edition = "2021"
license = "MIT"
authors = ["Francisco Calderón <[email protected]>"]
Expand Down Expand Up @@ -34,7 +34,7 @@ uuid = { version = "1.3.0", features = [
"serde",
] }
reqwest = { version = "0.11", features = ["json"] }
mostro-core = "0.2.7"
mostro-core = "0.2.8"
tokio-cron-scheduler = "*"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
Expand Down

0 comments on commit c59e9f2

Please sign in to comment.