aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@soaos.dev>2025-02-23 01:44:37 -0500
committerLibravatar Silas Bartha <silas@soaos.dev>2025-02-23 01:44:37 -0500
commitf87de1008504ac779693b7d2a40c1710defe04c0 (patch)
tree9c816a58e515ec9b54302e90d97faf724d065e2f
parent301f5a01f55efa1564980ebf83028ff42e9467d4 (diff)
bump itertools versionHEADmaster
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 61abd7f..a3a8eb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://git.exvacuum.dev/bevy_rustysynth"
[dependencies]
rustysynth = "1.3"
-itertools = "0.13"
+itertools = "0.14"
async-channel = "2.3"
rodio = "0.20"