release: 1.2.7
This commit is contained in:
parent
904b690c27
commit
eead361cca
5 changed files with 8 additions and 8 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -1661,7 +1661,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pop-launcher"
|
||||
version = "1.2.6"
|
||||
version = "1.2.7"
|
||||
dependencies = [
|
||||
"const_format",
|
||||
"dirs 6.0.0",
|
||||
|
|
@ -1675,7 +1675,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pop-launcher-bin"
|
||||
version = "1.2.4"
|
||||
version = "1.2.7"
|
||||
dependencies = [
|
||||
"dirs 6.0.0",
|
||||
"mimalloc",
|
||||
|
|
@ -1723,7 +1723,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pop-launcher-service"
|
||||
version = "1.2.4"
|
||||
version = "1.2.7"
|
||||
dependencies = [
|
||||
"async-oneshot",
|
||||
"async-trait",
|
||||
|
|
@ -1748,7 +1748,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pop-launcher-toolkit"
|
||||
version = "1.2.4"
|
||||
version = "1.2.7"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"dirs 6.0.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pop-launcher"
|
||||
version = "1.2.6"
|
||||
version = "1.2.7"
|
||||
license = "MPL-2.0"
|
||||
authors = ["Michael Aaron Murphy <michael@mmurphy.dev>"]
|
||||
description = "Library for writing plugins and frontends for pop-launcher"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pop-launcher-bin"
|
||||
version = "1.2.4"
|
||||
version = "1.2.7"
|
||||
license = "GPL-3.0-only"
|
||||
edition.workspace = true
|
||||
publish = false
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pop-launcher-service"
|
||||
version = "1.2.4"
|
||||
version = "1.2.7"
|
||||
license = "MPL-2.0"
|
||||
edition.workspace = true
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pop-launcher-toolkit"
|
||||
version = "1.2.4"
|
||||
version = "1.2.7"
|
||||
description = "A wrapper around pop-launcher, pop-launcher-service and pop-launcher-plugins types for writing plugins and frontends for pop-launcher."
|
||||
edition.workspace = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue