From 6b0e7a4d7d21364d94ea8f9c17c6e4d63230d63b Mon Sep 17 00:00:00 2001 From: Kevin Nakamura Date: Sat, 24 Feb 2024 04:41:01 +0900 Subject: [PATCH] DELETE THIS COMMIT. Rebase after https://github.com/edn-rs/edn-rs/pull/150 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7ba027..e6584a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ path = "tests/progress.rs" syn = "2.0" quote = "1.0" proc-macro2 = "1.0" -edn-rs = { git = "https://github.com/edn-rs/edn-rs.git" } # TODO lock in version once stable +edn-rs = { git = "https://github.com/Grinkers/edn-rs.git", branch = "parse" } # TEMPORARY [dev-dependencies] trybuild = { version = "1.0", features = ["diff"] }