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"] }