Skip to content

Commit

Permalink
prepare 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Feb 26, 2025
1 parent aebf5d0 commit ff9623a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.7"
version = "0.2.8"
authors = ["Raphael Amorim <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -29,17 +29,17 @@ readme = "README.md"
# 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.
teletypewriter = { path = "teletypewriter", version = "0.2.7" }
rio-backend = { path = "rio-backend", version = "0.2.7" }
rio-window = { path = "rio-window", version = "0.2.7", default-features = false }
teletypewriter = { path = "teletypewriter", version = "0.2.8" }
rio-backend = { path = "rio-backend", version = "0.2.8" }
rio-window = { path = "rio-window", version = "0.2.8", default-features = false }

# Own dependencies
copa = { path = "copa", default-features = false, version = "0.2.7" }
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.7" }
corcovado = { path = "corcovado", version = "0.2.7" }
copa = { path = "copa", default-features = false, version = "0.2.8" }
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.8" }
corcovado = { path = "corcovado", version = "0.2.8" }
wa = { path = "wa", version = "0.1.7" }

sugarloaf = { path = "sugarloaf", version = "0.2.7" }
sugarloaf = { path = "sugarloaf", version = "0.2.8" }
raw-window-handle = { version = "0.6.2", features = ["std"] }
parking_lot = { version = "0.12.3", features = ["nightly", "hardware-lock-elision"] }
rustc-hash = "2.1.0"
Expand Down

0 comments on commit ff9623a

Please sign in to comment.