Skip to content

Commit

Permalink
Bump hyper-native-tls to 0.3. Bump version to 1.5.1
Browse files Browse the repository at this point in the history
Ref: #85
  • Loading branch information
nabijaczleweli committed Aug 15, 2019
1 parent ab89d02 commit ca9cb07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors = ["thecoshman <rust@thecoshman.com>",
"pheki"]

[dependencies]
hyper-native-tls = "0.2"
hyper-native-tls = "0.3"
lazy_static = "1.2"
serde_json = "0.9"
mime_guess = "1.8"
Expand Down
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.4.1-{build}
version: 1.5.1-{build}

skip_tags: false

Expand All @@ -22,21 +22,21 @@ build: off
build_script:
- git submodule update --init --recursive
- cargo build --verbose --release
- cp target\release\http.exe http-v1.4.1.exe
- strip --strip-all --remove-section=.comment --remove-section=.note http-v1.4.1.exe
- makensis -DHTTP_VERSION=v1.4.1 "/X!include \"EnvVarUpdate.nsh\"" install.nsi
- cp target\release\http.exe http-v1.5.1.exe
- strip --strip-all --remove-section=.comment --remove-section=.note http-v1.5.1.exe
- makensis -DHTTP_VERSION=v1.5.1 "/X!include \"EnvVarUpdate.nsh\"" install.nsi

test: off
test_script:
- cargo test --verbose --release

artifacts:
- path: http-v1.4.1.exe
- path: http v1.4.1 installer.exe
- path: http-v1.5.1.exe
- path: http v1.5.1 installer.exe

deploy:
provider: GitHub
artifact: /http.*v1.4.1.*\.exe/
artifact: /http.*v1.5.1.*\.exe/
auth_token:
secure: ZTXvCrv9y01s7Hd60w8W7NaouPnPoaw9YJt9WhWQ2Pep8HLvCikt9Exjkz8SGP9P
on:
Expand Down

0 comments on commit ca9cb07

Please sign in to comment.