-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 1.3.1. Add @repi to authors list
- Loading branch information
1 parent
280750c
commit 4da1eea
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,20 +9,21 @@ categories = ["development-tools", "os::windows-apis"] | |
license = "MIT" | ||
# Remember to also update in appveyor.yml | ||
# Remember to also update in src/lib.rs ~L40 (Cargo.toml example) | ||
version = "1.3.0" | ||
version = "1.3.1" | ||
authors = ["nabijaczleweli <[email protected]>", | ||
"Cat Plus Plus <[email protected]>", | ||
"Liigo <[email protected]>", | ||
"azyobuzin <[email protected]>", | ||
"Peter Atashian <[email protected]>", | ||
"pravic <[email protected]>", | ||
"Gabriel Majeri <[email protected]>", | ||
"SonnyX"] | ||
"SonnyX", | ||
"Johan Andersson <[email protected]>"] | ||
exclude = ["*.enc"] | ||
|
||
|
||
[target.'cfg(all(target_os = "windows", target_env = "msvc"))'.dependencies] | ||
vswhom = "0.1.0" | ||
vswhom = "0.1" | ||
|
||
[target.'cfg(all(target_os = "windows", target_env = "msvc"))'.dependencies.winreg] | ||
version = "0.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 1.3.0-{build} | ||
version: 1.3.1-{build} | ||
|
||
skip_tags: false | ||
|
||
|