From d37e4b7811f000d9c88e59fde0f328ade0b4d778 Mon Sep 17 00:00:00 2001 From: Kayanski Date: Fri, 13 Oct 2023 13:38:26 +0200 Subject: [PATCH] Revert format --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b785fd..3eb67d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,6 @@ thiserror = "1.0.31" sha2 = "0.10.6" # dev-dependencies -cw-multi-test = { version= "0.16.2" } +cw-multi-test = "0.16.2" polytone-tester = { path = "tests/polytone-tester" } anyhow = { version = "1.0.51" }