Skip to content

Commit

Permalink
Increment version number and use the published gelatin
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Jun 23, 2020
1 parent e7b4cda commit deddf03
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emulsion"
version = "3.0.0"
version = "4.0.0"
description = "A fast and minimalistic image viewer"
repository = "https://github.com/ArturKovacs/emulsion"
authors = ["Artur Barnabas <kovacs.artur.barnabas@gmail.com>"]
Expand Down Expand Up @@ -38,8 +38,8 @@ linux_exec_args = "%f"
winres = "0.1"

[dependencies]
gelatin = { path = "./subcrates/gelatin" }
#gelatin = "0.3"
#gelatin = { path = "./subcrates/gelatin" }
gelatin = "0.4"
ureq = { version = "1", features = ["json"], optional = true }
lazy_static = "1.4.0"
directories-next = "1.0"
Expand Down

0 comments on commit deddf03

Please sign in to comment.