From 4aae9e4d8c385dcf8da4bc3482d2c4263ff1adb0 Mon Sep 17 00:00:00 2001 From: Remco Bloemen Date: Mon, 16 May 2022 18:44:26 -0700 Subject: [PATCH] Break cycles --- ruint-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruint-macro/Cargo.toml b/ruint-macro/Cargo.toml index 8cae7b37..b52cde21 100644 --- a/ruint-macro/Cargo.toml +++ b/ruint-macro/Cargo.toml @@ -15,4 +15,4 @@ license-file = "../mit-license.md" proc-macro = true [dev-dependencies] -ruint = { version = "0.2", path = ".." } +ruint = { path = ".." }