From b48a8025e4399ba4d8a59c48511f64b6d105aa11 Mon Sep 17 00:00:00 2001 From: Kevin Nakamura Date: Sun, 24 Dec 2023 15:53:03 +0900 Subject: [PATCH] TODO pin `edn-derive` to proper release. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf703c8..1234339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tokio = { version = "1.33", features = ["full"] } criterion = "0.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -edn-derive = "0.5.0" +edn-derive = { git = "https://github.com/Grinkers/edn-derive.git" } # TODO pin to proper release [dev-dependencies.cargo-husky] version = "1"