Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnimus committed Aug 27, 2024
1 parent c262c7f commit a932a45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nodi"
description = "A library for playback and abstraction of MIDI files."
version = "1.0.0"
version = "1.0.1"
edition = "2021"
license = "MIT"
authors = [ "Taylan Gökkaya <insomnimus@protonmail.com>" ]
Expand All @@ -18,6 +18,7 @@ targets = []
[features]
default = [ "hybrid-sleep" ]
hybrid-sleep = []
midir = ["dep:midir"]
midir-jack = ["midir/jack"]
midir-winrt = ["midir/winrt"]

Expand All @@ -26,9 +27,9 @@ name = "play_midi"
required-features = [ "midir" ]

[dependencies]
midir = { version = "0.9.1", optional = true }
midir = { version = "0.10.0", optional = true }
midly = "0.5.3"

[dev-dependencies]
clap = "=3.1.18"
midir = "0.9.1"
midir = "0.10.0"

0 comments on commit a932a45

Please sign in to comment.