Move from anymap to anymap3

This avoids a future incompatibility issue.

https://github.com/robbert-vdh/nih-plug/pull/202
https://github.com/rust-lang/rust/issues/127323
This commit is contained in:
Robbert van der Helm
2025-02-13 19:13:30 +01:00
parent 16c6c58f4d
commit efdffbd245
3 changed files with 10 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ docs = []
nih_plug_derive = { path = "nih_plug_derive" }
anyhow = "1.0"
anymap = "1.0.0-beta.2"
anymap3 = "1.0.1"
atomic_float = "0.1"
atomic_refcell = "0.1"
backtrace = "0.3.65"