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]]
|
[[package]]
|
||||||
name = "pop-launcher"
|
name = "pop-launcher"
|
||||||
version = "1.2.6"
|
version = "1.2.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"const_format",
|
"const_format",
|
||||||
"dirs 6.0.0",
|
"dirs 6.0.0",
|
||||||
|
|
@ -1675,7 +1675,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pop-launcher-bin"
|
name = "pop-launcher-bin"
|
||||||
version = "1.2.4"
|
version = "1.2.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dirs 6.0.0",
|
"dirs 6.0.0",
|
||||||
"mimalloc",
|
"mimalloc",
|
||||||
|
|
@ -1723,7 +1723,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pop-launcher-service"
|
name = "pop-launcher-service"
|
||||||
version = "1.2.4"
|
version = "1.2.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-oneshot",
|
"async-oneshot",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
@ -1748,7 +1748,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pop-launcher-toolkit"
|
name = "pop-launcher-toolkit"
|
||||||
version = "1.2.4"
|
version = "1.2.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"dirs 6.0.0",
|
"dirs 6.0.0",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pop-launcher"
|
name = "pop-launcher"
|
||||||
version = "1.2.6"
|
version = "1.2.7"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
authors = ["Michael Aaron Murphy <michael@mmurphy.dev>"]
|
authors = ["Michael Aaron Murphy <michael@mmurphy.dev>"]
|
||||||
description = "Library for writing plugins and frontends for pop-launcher"
|
description = "Library for writing plugins and frontends for pop-launcher"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pop-launcher-bin"
|
name = "pop-launcher-bin"
|
||||||
version = "1.2.4"
|
version = "1.2.7"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
publish = false
|
publish = false
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pop-launcher-service"
|
name = "pop-launcher-service"
|
||||||
version = "1.2.4"
|
version = "1.2.7"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pop-launcher-toolkit"
|
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."
|
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
|
edition.workspace = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue