Skip to content

Commit

Permalink
upadte gelatin and emulsion versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Apr 14, 2024
1 parent 8326f9a commit cc2e1b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emulsion"
version = "10.4.0"
version = "10.5.0"
description = "A fast and minimalistic image viewer"
repository = "https://github.com/ArturKovacs/emulsion"
authors = ["Artur Barnabas <[email protected]>"]
Expand Down Expand Up @@ -65,7 +65,7 @@ benchmark = ["gelatin/benchmark"]
winres = "0.1.11"

[dependencies]
gelatin = { path = "./subcrates/gelatin", version = "0.10" }
gelatin = { path = "./subcrates/gelatin", version = "0.11" }
ureq = { version = "2.0.2", features = ["json"], optional = true }
lazy_static = "1.4.0"
directories-next = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion subcrates/gelatin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gelatin"
version = "0.10.0"
version = "0.11.0"
description = "A basic UI framework"
repository = "https://github.com/ArturKovacs/emulsion"
authors = ["Artur Barnabas <[email protected]>"]
Expand Down

0 comments on commit cc2e1b2

Please sign in to comment.