Skip to content

Commit

Permalink
bumps to v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Sep 26, 2023
1 parent 626a675 commit 210c5e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mostro"
version = "0.8.3"
version = "0.8.4"
edition = "2021"
license = "MIT"
authors = ["Francisco Calderón <[email protected]>"]
Expand Down Expand Up @@ -36,6 +36,6 @@ reqwest = { version = "0.11", features = ["json"] }
mostro-core = "0.2.8"
tokio-cron-scheduler = "*"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features =["env-filter"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
config = "0.13.3"
clap = { version = "4.4.4" , features = ["derive"] }
clap = { version = "4.4.4", features = ["derive"] }

0 comments on commit 210c5e1

Please sign in to comment.