From a53282678705424f1f2dabf61c2e37fec18b0e60 Mon Sep 17 00:00:00 2001 From: Kevin Nakamura Date: Sat, 23 Dec 2023 10:38:49 +0900 Subject: [PATCH] SQUASH THIS OUT --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf703c8..3e52ef9 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", branch = "no_move" } [dev-dependencies.cargo-husky] version = "1"