From 3e3999890bbfbeb2ce5942d572a31e9e0be6682c Mon Sep 17 00:00:00 2001 From: Kevin Nakamura Date: Sun, 24 Dec 2023 12:53:56 +0900 Subject: [PATCH] TODO pin edn-rs to release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbf5bc4..27dd3d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ path = "tests/progress.rs" syn = "1.0" quote = "1.0" proc-macro2 = "1.0" -edn-rs = "0.16.6" +edn-rs = { git = "https://github.com/Grinkers/edn-rs.git" } [dev-dependencies] trybuild = { version = "1.0", features = ["diff"] }