-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08a42a5
commit e346ff6
Showing
6 changed files
with
24 additions
and
20 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ members = [ | |
resolver = "2" | ||
|
||
[workspace.package] | ||
version = "0.1.6" | ||
version = "0.1.7" | ||
authors = ["Raphael Amorim <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
@@ -26,14 +26,14 @@ documentation = "https://github.com/raphamorim/rio#readme" | |
# Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations | ||
# Sugarloaf example uses path when used locally, but uses | ||
# version from crates.io when published. | ||
sugarloaf = { path = "sugarloaf", version = "0.1.6" } | ||
corcovado = { path = "corcovado", version = "0.1.6" } | ||
rio-config = { path = "rio-config", version = "0.1.6" } | ||
rio-proc-macros = { path = "rio-proc-macros", version = "0.1.6" } | ||
copa = { path = "copa", default-features = true, version = "0.1.6" } | ||
teletypewriter = { path = "teletypewriter", version = "0.1.6" } | ||
rio-backend = { path = "rio-backend", version = "0.1.6" } | ||
wa = { path = "wa", version = "0.1.6" } | ||
sugarloaf = { path = "sugarloaf", version = "0.1.7" } | ||
corcovado = { path = "corcovado", version = "0.1.7" } | ||
rio-config = { path = "rio-config", version = "0.1.7" } | ||
rio-proc-macros = { path = "rio-proc-macros", version = "0.1.7" } | ||
copa = { path = "copa", default-features = true, version = "0.1.7" } | ||
teletypewriter = { path = "teletypewriter", version = "0.1.7" } | ||
rio-backend = { path = "rio-backend", version = "0.1.7" } | ||
wa = { path = "wa", version = "0.1.7" } | ||
|
||
raw-window-handle = "0.6.2" | ||
parking_lot = "0.12.3" | ||
|
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
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