We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bef60 commit cc7a6c1Copy full SHA for cc7a6c1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Version History
2
3
+## Version 0.44.0 (2024-04-22)
4
+
5
+- Fix regression: ensure all async fns return a Send + Sync Future object
6
7
## Version 1.0.0-rc.6 (2024-04-20)
8
9
- Breaking: the ScriptProcessorNode::set_onaudioprocess no longer takes a ref to the event
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "web-audio-api"
-version = "1.0.0-rc.6"
+version = "0.44.0"
authors = ["Otto <otto@ot-to.nl>"]
edition = "2021"
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"
0 commit comments