Skip to content

Commit

Permalink
soundfont-rs version bump 0.0.3 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex authored Dec 30, 2023
1 parent 9d86a75 commit e6bb723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log = "0.4.14"
num-traits = "0.2"
num-derive = "0.3.3"

soundfont = { version = "0.0.2", path = "./soundfont-rs" }
soundfont = { version = "0.0.3", path = "./soundfont-rs" }

# i16-out
getrandom = { version = "0.2", features = ["js"], optional = true }
Expand Down
4 changes: 2 additions & 2 deletions soundfont-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soundfont"
version = "0.0.2"
version = "0.0.3"
authors = ["Poly <[email protected]>"]
edition = "2018"

Expand All @@ -12,4 +12,4 @@ documentation = "https://docs.rs/soundfont"


[dependencies]
riff = "1.0.1"
riff = "1.0.1"

0 comments on commit e6bb723

Please sign in to comment.