Skip to content

Commit e7e2c79

Browse files
committed
prepare 0.2.7
1 parent da4ae41 commit e7e2c79

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
resolver = "2"
1414

1515
[workspace.package]
16-
version = "0.2.6"
16+
version = "0.2.7"
1717
authors = ["Raphael Amorim <[email protected]>"]
1818
edition = "2021"
1919
license = "MIT"
@@ -29,17 +29,17 @@ readme = "README.md"
2929
# Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
3030
# Sugarloaf example uses path when used locally, but uses
3131
# version from crates.io when published.
32-
teletypewriter = { path = "teletypewriter", version = "0.2.6" }
33-
rio-backend = { path = "rio-backend", version = "0.2.6" }
34-
rio-window = { path = "rio-window", version = "0.2.6", default-features = false }
32+
teletypewriter = { path = "teletypewriter", version = "0.2.7" }
33+
rio-backend = { path = "rio-backend", version = "0.2.7" }
34+
rio-window = { path = "rio-window", version = "0.2.7", default-features = false }
3535

3636
# Own dependencies
37-
copa = { path = "copa", default-features = false, version = "0.2.6" }
38-
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.6" }
39-
corcovado = { path = "corcovado", version = "0.2.6" }
37+
copa = { path = "copa", default-features = false, version = "0.2.7" }
38+
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.7" }
39+
corcovado = { path = "corcovado", version = "0.2.7" }
4040
wa = { path = "wa", version = "0.1.7" }
4141

42-
sugarloaf = { path = "sugarloaf", version = "0.2.6" }
42+
sugarloaf = { path = "sugarloaf", version = "0.2.7" }
4343
raw-window-handle = { version = "0.6.2", features = ["std"] }
4444
parking_lot = { version = "0.12.3", features = ["nightly", "hardware-lock-elision"] }
4545
rustc-hash = "2.1.0"

misc/osx/Rio.app/Contents/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<key>CFBundleIconFile</key>
8686
<string>rio.icns</string>
8787
<key>CFBundleShortVersionString</key>
88-
<string>0.2.6</string>
88+
<string>0.2.7</string>
8989
<key>CFBundleVersion</key>
9090
<string>20230528.115631</string>
9191
<key>CFBundleURLTypes</key>

misc/windows/rio-aarch64.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a8"
55
Language="1033"
66
Codepage="1252"
7-
Version="0.2.6"
7+
Version="0.2.7"
88
Manufacturer="Raphael Amorim"
99
InstallerVersion="200">
1010

misc/windows/rio-x86_64.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a8"
55
Language="1033"
66
Codepage="1252"
7-
Version="0.2.6"
7+
Version="0.2.7"
88
Manufacturer="Raphael Amorim"
99
InstallerVersion="200">
1010

0 commit comments

Comments
 (0)