Release 0.8.5
This commit is contained in:
parent
73697a4060
commit
7234f89202
4 changed files with 6 additions and 6 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -471,7 +471,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pacwrap"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
dependencies = [
|
||||
"alpm",
|
||||
"command-fds",
|
||||
|
@ -488,7 +488,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pacwrap-agent"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
dependencies = [
|
||||
"alpm",
|
||||
"bincode",
|
||||
|
@ -498,7 +498,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pacwrap-core"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
dependencies = [
|
||||
"alpm",
|
||||
"bincode",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pacwrap-agent"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
authors = [ "Xavier Moffett <sapphirus@azorium.net>" ]
|
||||
license ="GPL-3.0-only"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pacwrap-core"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
authors = [ "Xavier Moffett <sapphirus@azorium.net>" ]
|
||||
license ="GPL-3.0-only"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pacwrap"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
authors = [ "Xavier Moffett <sapphirus@azorium.net>" ]
|
||||
license ="GPL-3.0-only"
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Add table
Reference in a new issue