-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from FxllenCode/development
1.1.9
- Loading branch information
Showing
3 changed files
with
18 additions
and
6 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ To install via [Wally](https://wally.run), add the following to your `wally.toml | |
|
||
```toml | ||
[dependencies] | ||
roxios = "fxllencode/[email protected].8" | ||
roxios = "fxllencode/[email protected].9" | ||
``` | ||
|
||
Then, run `wally install` to install the dependencies. | ||
|
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
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,8 +1,9 @@ | ||
[package] | ||
name = "fxllencode/roxios" | ||
version = "1.1.8" | ||
version = "1.1.9" | ||
registry = "https://github.com/UpliftGames/wally-index" | ||
realm = "shared" | ||
|
||
[dependencies] | ||
promise = "evaera/[email protected]" | ||
promise = "evaera/[email protected]" | ||
URL = "csqrl/[email protected]" |