Skip to content

Commit 7c552fa

Browse files
committed
update glam
1 parent ed69848 commit 7c552fa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.9.3 - June 15, 2024
2+
3+
- Update `glam` to 0.28.0
4+
15
# v0.9.2 - June 2, 2024
26

37
- Fix `StaticSoundHandle/StreamingSoundHandle::pause/resume/stop` not taking effect

crates/kira/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kira"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -12,7 +12,7 @@ readme = "../../README.md"
1212

1313
[dependencies]
1414
assert_no_alloc = { version = "1.1.2", optional = true }
15-
glam = { version = "0.27.0", features = ["mint"] }
15+
glam = { version = "0.28.0", features = ["mint"] }
1616
mint = "0.5.9"
1717
paste = "1.0.14"
1818
ringbuf = "0.3.1"

0 commit comments

Comments
 (0)