chore: update dependencies and release 1.2.4
This commit is contained in:
parent
476a8fb445
commit
fca3b25552
7 changed files with 634 additions and 546 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pop-launcher-bin"
|
||||
version = "1.2.3"
|
||||
version = "1.2.4"
|
||||
license = "GPL-3.0-only"
|
||||
edition.workspace = true
|
||||
publish = false
|
||||
|
|
@ -10,9 +10,14 @@ publish = false
|
|||
[dependencies]
|
||||
pop-launcher-toolkit = { path = "../toolkit" }
|
||||
tracing.workspace = true
|
||||
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "fmt", "env-filter", "chrono"] }
|
||||
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
|
||||
"std",
|
||||
"fmt",
|
||||
"env-filter",
|
||||
"chrono",
|
||||
] }
|
||||
dirs.workspace = true
|
||||
mimalloc = "0.1.39"
|
||||
mimalloc = "0.1.43"
|
||||
|
||||
[dependencies.tokio]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue