Skip to content

Commit

Permalink
tag v0.3.3
Browse files Browse the repository at this point in the history
AppVeyor isn't working as documented.  Try some more fixes.

Signed-off-by: Sean Cross <[email protected]>
  • Loading branch information
xobs committed Jun 4, 2018
1 parent 9978105 commit 35e42f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miditran"
version = "0.3.1"
version = "0.3.3"
authors = ["Sean Cross <[email protected]>"]

[dependencies]
Expand Down
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ environment:
matrix:
# MSVC
- TARGET: x86_64-pc-windows-msvc
- TARGET: x86_64-pc-windows-msvc
RUST_VERSION: nightly
# - TARGET: x86_64-pc-windows-msvc
# RUST_VERSION: nightly

install:
- ps: >-
Expand Down Expand Up @@ -46,8 +46,9 @@ before_deploy:

deploy:
artifact: /.*\.zip/
release: midi-perform-v$(appveyor_build_version)
auth_token:
secure: 6eJOjWv2eburw+V4lUSkAN5OCs1fYr1C96WgULOZzgYDT7DLhC0oaaGuN9jeIw6z
secure: '6eJOjWv2eburw+V4lUSkAN5OCs1fYr1C96WgULOZzgYDT7DLhC0oaaGuN9jeIw6z'
description: 'Automated release'
on:
# TODO Here you can pick which targets will generate binary releases
Expand Down

0 comments on commit 35e42f0

Please sign in to comment.