Skip to content

Commit 64a97c1

Browse files
committed
Winit version 0.28.3
1 parent dec45bb commit 64a97c1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre
88

99
# Unreleased
1010

11+
# 0.28.3
12+
1113
- Fix macOS memory leaks.
1214

1315
# 0.28.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "winit"
3-
version = "0.28.2"
3+
version = "0.28.3"
44
authors = ["The winit contributors", "Pierre Krieger <[email protected]>"]
55
description = "Cross-platform window creation library."
66
edition = "2021"

README.md

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

77
```toml
88
[dependencies]
9-
winit = "0.28.2"
9+
winit = "0.28.3"
1010
```
1111

1212
## [Documentation](https://docs.rs/winit)

0 commit comments

Comments
 (0)