Skip to content

Commit ab8b2a5

Browse files
committed
prepare 0.2.30
1 parent 0d5a3d5 commit ab8b2a5

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ members = [
1212
resolver = "2"
1313

1414
[workspace.package]
15-
version = "0.2.29"
15+
version = "0.2.30"
1616
authors = ["Raphael Amorim <rapha850@gmail.com>"]
1717
edition = "2021"
1818
license = "MIT"
1919
keywords = ["graphics", "terminal", "application"]
2020
# Minimal stable rust version (MSRV)
21-
rust-version = "1.88.0"
21+
rust-version = "1.89.0"
2222
repository = "https://github.com/raphamorim/rio"
2323
homepage = "https://raphamorim.io/rio"
2424
documentation = "https://github.com/raphamorim/rio#readme"
@@ -28,15 +28,15 @@ readme = "README.md"
2828
# Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
2929
# Sugarloaf example uses path when used locally, but uses
3030
# version from crates.io when published.
31-
teletypewriter = { path = "teletypewriter", version = "0.2.29" }
32-
rio-backend = { path = "rio-backend", version = "0.2.29" }
33-
rio-window = { path = "rio-window", version = "0.2.29", default-features = false }
34-
sugarloaf = { path = "sugarloaf", version = "0.2.29" }
31+
teletypewriter = { path = "teletypewriter", version = "0.2.30" }
32+
rio-backend = { path = "rio-backend", version = "0.2.30" }
33+
rio-window = { path = "rio-window", version = "0.2.30", default-features = false }
34+
sugarloaf = { path = "sugarloaf", version = "0.2.30" }
3535

3636
# Own dependencies
37-
copa = { path = "copa", default-features = true, version = "0.2.29" }
38-
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.29" }
39-
corcovado = { path = "corcovado", version = "0.2.29" }
37+
copa = { path = "copa", default-features = true, version = "0.2.30" }
38+
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.30" }
39+
corcovado = { path = "corcovado", version = "0.2.30" }
4040
raw-window-handle = { version = "0.6.2", features = ["std"] }
4141
parking_lot = { version = "0.12.4", features = [
4242
"nightly",

0 commit comments

Comments
 (0)