Skip to content

Commit

Permalink
Bump version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jun 19, 2020
1 parent 04652fd commit 32ffc70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "password-storage"
version = "0.17.5"
version = "0.18.0"
authors = ["Andrey Kutejko <[email protected]>"]
build = "build.rs"
edition = "2018"
Expand All @@ -9,29 +9,29 @@ description = "Password storing program"
readme = "README.md"

[dependencies]
lazy_static = "1.0.0"
debug-cell = "0.1.0"
lazy_static = "1"
debug-cell = "0.1"

rand = "0.7.0"
rand = "0.7"
aes = "0.4"
block-modes = "0.4"
deflate = "0.8"
inflate = "0.4.0"
inflate = "0.4"
minidom = "0.12"

toml = "0.5"
bincode = "1.0.0"
bincode = "1"
serde = { version = "1", features = ["derive"] }

libc = "*"
glib = "0.9.0"
gio = "0.8.0"
gdk = "0.12.0"
gtk = { version = "0.8.0", features = ["v3_22"] }
gtk-sys = "0.9.0"
libc = "0.2"
glib = "0.9"
gio = "0.8"
gdk = "0.12"
gtk = { version = "0.8", features = ["v3_22"] }
gtk-sys = "0.9"

[target.'cfg(target_os = "windows")'.build-dependencies]
embed-resource = "1.2.0"
embed-resource = "1"

[package.metadata.deb]
extended-description = "Password storing program"
Expand Down

0 comments on commit 32ffc70

Please sign in to comment.