From 5b4795a38801610cb82865a350e3d6aab7a93631 Mon Sep 17 00:00:00 2001 From: Kevin Nakamura Date: Fri, 16 Feb 2024 04:44:30 +0900 Subject: [PATCH] Dev dep `edn-derive` points back to Org's version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1234339..a3e3c4a 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 = { git = "https://github.com/Grinkers/edn-derive.git" } # TODO pin to proper release +edn-derive = { git = "https://github.com/edn-rs/edn-derive.git" } # TODO pin to release [dev-dependencies.cargo-husky] version = "1"