Skip to content

Commit

Permalink
deps: use our fork of strum/strum_macros
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 15, 2024
1 parent 356d2c0 commit 68bfad3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 72 deletions.
92 changes: 20 additions & 72 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,11 @@ publicsuffix = { git = "https://github.com/rushmorem/publicsuffix", rev = "b3003
# use serde_json with unreleased optimizations
serde_json = { git = "https://github.com/serde-rs/json", rev = "faab2e8" }

# use our fork of strum with bumped phf dependency. They're holding back as they have a conservative
# MSRV policy, while qsv has an aggressive MSRV policy to always require Rust stable
strum = { git = "https://github.com/jqnatividad/strum", branch = "bump-phf-to-0.11" }
strum_macros = { git = "https://github.com/jqnatividad/strum", branch = "bump-phf-to-0.11" }

# use of fork of xlsxwriter with bumped bindgen dependency
xlsxwriter = { git = "https://github.com/jqnatividad/xlsxwriter-rs", branch = "bump-bindgen-to-0.70.1" }

Expand Down

0 comments on commit 68bfad3

Please sign in to comment.