Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atanunq committed Mar 11, 2020
1 parent 735e9c8 commit 4f935a9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
32 changes: 27 additions & 5 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
@@ -1,6 +1,6 @@
[package]
name = "viu"
version = "0.2.2"
version = "1.0.0"
authors = ["Atanas Yankov <atanas.yankov98@gmail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -25,4 +25,4 @@ image = { version = "0.22.3", default-features = false, features = ["gif_codec",

[target.'cfg(not(target_os = "wasi"))'.dependencies]
ctrlc = { version = "3.1.4", features = ["termination"] }
image = "0.23"
image = "0.23.1"

0 comments on commit 4f935a9

Please sign in to comment.