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"