From b3819555e36ea63f1042f834e6f67f4e259ce1d5 Mon Sep 17 00:00:00 2001 From: ccQpein Date: Sat, 15 Jul 2023 21:13:41 -0400 Subject: [PATCH] update --- cl-format/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cl-format/Cargo.toml b/cl-format/Cargo.toml index b624b2f..03fe059 100644 --- a/cl-format/Cargo.toml +++ b/cl-format/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cl-format" -version = "0.1.6" +version = "0.1.7" authors = ["ccQpein"] edition = "2021" description = "Use Common Lisp format in Rust" @@ -14,4 +14,4 @@ readme = "../README.md" bench = false [dependencies] -cl-format-macros = { version = "0.1.4", path = "../cl-format-macros" } +cl-format-macros = { version = "0.1", path = "../cl-format-macros" }