File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " miditran"
3
- version = " 0.3.1 "
3
+ version = " 0.3.3 "
4
4
authors = [
" Sean Cross <[email protected] >" ]
5
5
6
6
[dependencies ]
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ environment:
15
15
matrix :
16
16
# MSVC
17
17
- TARGET : x86_64-pc-windows-msvc
18
- - TARGET : x86_64-pc-windows-msvc
19
- RUST_VERSION : nightly
18
+ # - TARGET: x86_64-pc-windows-msvc
19
+ # RUST_VERSION: nightly
20
20
21
21
install :
22
22
- ps : >-
@@ -46,8 +46,9 @@ before_deploy:
46
46
47
47
deploy :
48
48
artifact : /.*\.zip/
49
+ release : midi-perform-v$(appveyor_build_version)
49
50
auth_token :
50
- secure : 6eJOjWv2eburw+V4lUSkAN5OCs1fYr1C96WgULOZzgYDT7DLhC0oaaGuN9jeIw6z
51
+ secure : ' 6eJOjWv2eburw+V4lUSkAN5OCs1fYr1C96WgULOZzgYDT7DLhC0oaaGuN9jeIw6z'
51
52
description : ' Automated release'
52
53
on :
53
54
# TODO Here you can pick which targets will generate binary releases
You can’t perform that action at this time.
0 commit comments