Skip to content

Commit

Permalink
chore: Switch to lurk-lab fork of abomonation-derive
Browse files Browse the repository at this point in the history
- Modified the source of the `abomonation_derive` dependency in `Cargo.toml`.
- Shifted from `winston-h-zhang`'s repository to `lurk-lab`'s repository for better maintenance and updates.
  • Loading branch information
huitseeker committed Nov 8, 2023
1 parent 82ef873 commit a9cd1d3
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 @@ pasta_curves = { workspace = true, features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
trait-set = "0.3.0"
abomonation = "0.7.3"
abomonation_derive = { git = "https://github.com/winston-h-zhang/abomonation_derive.git" }
abomonation_derive = { git = "https://github.com/lurk-lab/abomonation_derive.git" }

[dev-dependencies]
bincode = "1.3.3"
Expand Down

0 comments on commit a9cd1d3

Please sign in to comment.