Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
softdevca committed Feb 26, 2024
1 parent a2b8eb2 commit 373d473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased changes

* Remove unused dependency.

# 0.1.0 (2023-06-13)

* Initial release.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "synthahol-dx7"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Sheldon Young <[email protected]>"]
description = "Read presets for the Yamaha DX7 synthesizer"
Expand All @@ -14,7 +14,6 @@ publish = true

[dependencies]
lazy_static = "1.4.0"
log = "0.4"

[dev-dependencies]
approx = "0.5"

0 comments on commit 373d473

Please sign in to comment.