Skip to content

Commit

Permalink
Updated crates version and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed Jul 15, 2022
1 parent 0069709 commit 60e3f16
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 524 deletions.
124 changes: 65 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_midi"
version = "0.3.0"
version = "0.4.0"
authors = ["Black Phlox <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -21,8 +21,8 @@ exclude = [
name = "bevy_midi"

[dependencies]
midir = "0.7.0"
crossbeam-channel = "0.5.2"
midir = "0.8.0"
crossbeam-channel = "0.5.5"

[dependencies.bevy]
version = "0.7"
Expand Down
Loading

0 comments on commit 60e3f16

Please sign in to comment.