Skip to content

Commit b57b3d4

Browse files
committed
prepare 0.0.36
1 parent 775d93c commit b57b3d4

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
## 0.0.36
88

9+
- fixes for x11 freeze issue.
910
- update winit to 0.29.15.
1011

1112
## 0.0.35

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
version = "0.0.35"
14+
version = "0.0.36"
1515
authors = ["Raphael Amorim <[email protected]>"]
1616
edition = "2021"
1717
license = "MIT"
@@ -25,13 +25,13 @@ documentation = "https://github.com/raphamorim/rio#readme"
2525
# Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
2626
# Sugarloaf example uses path when used locally, but uses
2727
# version from crates.io when published.
28-
sugarloaf = { path = "sugarloaf", version = "0.0.35" }
29-
corcovado = { path = "corcovado", version = "0.0.35" }
30-
rio-config = { path = "rio-config", version = "0.0.35" }
31-
rio-proc-macros = { path = "rio-proc-macros", version = "0.0.35" }
32-
copa = { path = "copa", default-features = true, version = "0.0.35" }
33-
teletypewriter = { path = "teletypewriter", version = "0.0.35" }
34-
rio-backend = { path = "rio-backend", version = "0.0.35" }
28+
sugarloaf = { path = "sugarloaf", version = "0.0.36" }
29+
corcovado = { path = "corcovado", version = "0.0.36" }
30+
rio-config = { path = "rio-config", version = "0.0.36" }
31+
rio-proc-macros = { path = "rio-proc-macros", version = "0.0.36" }
32+
copa = { path = "copa", default-features = true, version = "0.0.36" }
33+
teletypewriter = { path = "teletypewriter", version = "0.0.36" }
34+
rio-backend = { path = "rio-backend", version = "0.0.36" }
3535

3636
raw-window-handle = "0.5"
3737
parking_lot = "0.12.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<key>CFBundleIconFile</key>
102102
<string>rio.icns</string>
103103
<key>CFBundleShortVersionString</key>
104-
<string>0.0.35</string>
104+
<string>0.0.36</string>
105105
<key>CFBundleVersion</key>
106106
<string>20230528.115631</string>
107107
<key>CFBundleURLTypes</key>

misc/windows/rio.wxs

Lines changed: 1 addition & 1 deletion
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.0.35"
7+
Version="0.0.36"
88
Manufacturer="Raphael Amorim"
99
InstallerVersion="200">
1010

0 commit comments

Comments
 (0)