Skip to content

Commit

Permalink
Merge pull request #149 from Grinkers/derive-ptr
Browse files Browse the repository at this point in the history
Dev dep `edn-derive` points back to Org's version.
  • Loading branch information
evaporei authored Feb 16, 2024
2 parents 5022df1 + 5b4795a commit aab61c3
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 = { 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"
Expand Down

0 comments on commit aab61c3

Please sign in to comment.