From 1ef3d012ceb6a59b14cfc4b5f88a129f67cac3c1 Mon Sep 17 00:00:00 2001 From: XIX-tech Date: Fri, 14 Oct 2022 09:46:49 +0300 Subject: [PATCH] defmt feature --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31e464f..c029f81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "midi-types" -version = "0.1.2" +version = "0.1.3" edition = "2018" rust-version = "1.51" @@ -13,3 +13,4 @@ keywords = ["midi"] readme = "README.md" [dependencies] +defmt = {version = "0.3.2", optional = true}