Skip to content

Commit

Permalink
Bump deps. Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Oct 10, 2019
1 parent dd45b34 commit efc0d77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"Josh Triplett <[email protected]>",
Expand All @@ -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]
Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.4.0-{build}
version: 0.5.0-{build}

branches:
except:
Expand All @@ -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:
Expand Down

0 comments on commit efc0d77

Please sign in to comment.