diff --git a/Cargo.toml b/Cargo.toml index cd5f00022..6cdeb5e88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["image", "terminal", "picture", "display", "show"] categories = ["command-line-utilities"] license = "MIT" # Remember to also update in appveyor.yml -version = "0.4.0" +version = "0.5.0" # Remember to also update in termimage.md authors = ["nabijaczleweli ", "Josh Triplett ", @@ -17,10 +17,10 @@ exclude = ["*.enc"] [dependencies] -lazy_static = "1.3" +lazy_static = "1.4" term_size = "0.3" image = "0.22" -regex = "1.1" +regex = "1.3" clap = "2.33" [target.'cfg(target_os = "windows")'.dependencies.winapi] diff --git a/appveyor.yml b/appveyor.yml index 75c206a2e..29a00658e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.4.0-{build} +version: 0.5.0-{build} branches: except: @@ -24,19 +24,19 @@ build: off build_script: - git submodule update --init --recursive - cargo build --verbose --release - - cp target\release\termimage.exe termimage-v0.4.0.exe - - strip --strip-all --remove-section=.comment --remove-section=.note termimage-v0.4.0.exe + - cp target\release\termimage.exe termimage-v0.5.0.exe + - strip --strip-all --remove-section=.comment --remove-section=.note termimage-v0.5.0.exe test: off test_script: - cargo test --verbose --release artifacts: - - path: termimage-v0.4.0.exe + - path: termimage-v0.5.0.exe deploy: provider: GitHub - artifact: termimage-v0.4.0.exe + artifact: termimage-v0.5.0.exe auth_token: secure: UDZqi3/u53+xPsBvQTQyl8sY9J9wSKLY3urgSeobedSbm2xkPFM/aWdcxCYBnU4N on: