Skip to content

Commit

Permalink
edn-rs dependency points to git/main to break circular dependencies…
Browse files Browse the repository at this point in the history
… until stable releases are

made.
Marked as TODO.
  • Loading branch information
Grinkers committed Feb 12, 2024
1 parent 9aa5a5f commit 5d93cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/edn-rs/edn-rs.git" } # TODO lock in version once stable

[dev-dependencies]
trybuild = { version = "1.0", features = ["diff"] }
Expand Down

0 comments on commit 5d93cb6

Please sign in to comment.