-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imp(api): allow OSStrings instead of &str
Actually I can only hope that ordinary &str will still be fine. Technically, I think they should ... but we shall see. Signed-off-by: Sebastian Thiel <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
|
||
name = "open" | ||
version = "1.1.0" | ||
version = "1.1.1" | ||
authors = ["Sebastian Thiel <[email protected]>"] | ||
license = "MIT" | ||
description = "Open a path or URL using the program configured on the system" | ||
|
@@ -12,4 +12,4 @@ documentation = "http://byron.github.io/open-rs" | |
[[bin]] | ||
test = false | ||
doc = false | ||
name = "open" | ||
name = "open" |
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