Skip to content

Commit

Permalink
TODO pin edn-derive to proper release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grinkers committed Feb 12, 2024
1 parent 330f7b2 commit b48a802
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 @@ -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"
Expand Down

0 comments on commit b48a802

Please sign in to comment.