Skip to content

Commit

Permalink
Version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr committed Dec 30, 2023
1 parent 132d4cb commit 0343bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "assets_manager"
version = "0.10.2"
version = "0.11.0"
authors = ["Benoît du Garreau"]
edition = "2021"
rust-version = "1.70"
Expand Down
6 changes: 3 additions & 3 deletions crates/kira/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "assets_manager-kira"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
Expand All @@ -22,11 +22,11 @@ wav = ["kira/wav"]


[dependencies]
assets_manager = { version = "0.10", default-features = false }
assets_manager = { version = "0.11", default-features = false }
kira = { version = "0.8", default-features = false, features = ["symphonia"] }

[dev-dependencies]
assets_manager = { version = "0.10", default-features = false, features = ["hot-reloading"] }
assets_manager = { version = "0.11", default-features = false, features = ["hot-reloading"] }
env_logger = "0.10"
kira = { version = "0.8", default-features = false, features = ["cpal"] }
log = { version = "0.4" }
Expand Down

0 comments on commit 0343bcc

Please sign in to comment.