Skip to content

Commit 879879a

Browse files
committed
v0.2.1
Signed-off-by: John Nunley <dev@notgull.net>
1 parent 248c21e commit 879879a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file describes important user-facing changes in the `async-winit` crate.
44

5+
## Version 0.2.1
6+
7+
- Fixes a compiler error.
8+
59
## Version 0.2.0
610

711
- **Breaking:** Most types now include a `ThreadSafety` type parameter that controls whether or not it uses thread-safe (`Arc`, `Mutex`) or thread-unsafe (`Rc`, `RefCell`) primitives.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "async-winit"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
5-
authors = ["John Nunley <jtnunley01@gmail.com>"]
5+
authors = ["John Nunley <dev@notgull.net>"]
66
description = "Use winit like an async runtime"
77
repository = "https://github.com/notgull/async-winit"
88
license = "LGPL-3.0-or-later OR MPL-2.0"

0 commit comments

Comments
 (0)