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"