~kennylevinsen/greetd

d2477a8f9c50097a689125304ea2a1e3660d274e — Kenny Levinsen 2 years ago 87e9277 0.8.0
Bump version to 0.8.0
5 files changed, 12 insertions(+), 10 deletions(-)

M Cargo.lock
M agreety/Cargo.toml
M fakegreet/Cargo.toml
M greetd/Cargo.toml
M greetd_ipc/Cargo.toml
M Cargo.lock => Cargo.lock +6 -4
@@ 1,8 1,10 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "agreety"
version = "0.6.0"
version = "0.8.0"
dependencies = [
 "enquote",
 "getopts",


@@ 73,7 75,7 @@ checksum = "2ec878a5d2f3b6e9eaee72373dd23414cfc7d353104741471bec712ef241a66e"

[[package]]
name = "fakegreet"
version = "0.6.0"
version = "0.8.0"
dependencies = [
 "greetd_ipc",
 "serde",


@@ 92,7 94,7 @@ dependencies = [

[[package]]
name = "greetd"
version = "0.6.0"
version = "0.8.0"
dependencies = [
 "async-trait",
 "enquote",


@@ 111,7 113,7 @@ dependencies = [

[[package]]
name = "greetd_ipc"
version = "0.6.0"
version = "0.8.0"
dependencies = [
 "async-trait",
 "serde",

M agreety/Cargo.toml => agreety/Cargo.toml +2 -2
@@ 1,6 1,6 @@
[package]
name = "agreety"
version = "0.6.0"
version = "0.8.0"
authors = ["Kenny Levinsen"]
edition = "2018"
license = "GPL-3.0"


@@ 13,4 13,4 @@ inish = { path = "../inish"}
rpassword = "5.0"
getopts = "0.2"
enquote = "1.0.3"
nix = "0.19"
\ No newline at end of file
nix = "0.19"

M fakegreet/Cargo.toml => fakegreet/Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "fakegreet"
version = "0.6.0"
version = "0.8.0"
authors = ["Kenny Levinsen"]
edition = "2018"
license = "GPL-3.0"

M greetd/Cargo.toml => greetd/Cargo.toml +2 -2
@@ 1,6 1,6 @@
[package]
name = "greetd"
version = "0.6.0"
version = "0.8.0"
authors = ["Kenny Levinsen"]
edition = "2018"
license = "GPL-3.0"


@@ 23,4 23,4 @@ tokio = { version = "1.0", features = ["net", "sync", "macros", "signal", "rt", 
getopts = "0.2"
thiserror = "1.0"
async-trait = "0.1"
enquote = "1.0.3"
\ No newline at end of file
enquote = "1.0.3"

M greetd_ipc/Cargo.toml => greetd_ipc/Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "greetd_ipc"
version = "0.6.0"
version = "0.8.0"
authors = ["Kenny Levinsen"]
edition = "2018"
license = "GPL-3.0"