diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4c4fb..1731ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased changes +* Remove unused dependency. + # 0.1.0 (2023-06-13) * Initial release. diff --git a/Cargo.toml b/Cargo.toml index e67ebbe..a19954a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "synthahol-dx7" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Sheldon Young "] description = "Read presets for the Yamaha DX7 synthesizer" @@ -14,7 +14,6 @@ publish = true [dependencies] lazy_static = "1.4.0" -log = "0.4" [dev-dependencies] approx = "0.5"