Skip to content

Commit

Permalink
Specify crc32fast version so that the plugin compiles (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozz024 authored Feb 20, 2024
1 parent be647ff commit 3f06204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ smash-bgm-property = "1.2.0"
ninput = { git = "https://github.com/blu-dev/ninput" }
# For Offset Searching
lazysimd = { git = "https://github.com/Raytwo/lazysimd" }
# Force this version because 1.4.0 broke something
crc32fast = "=1.3.2"

[patch.crates-io]
nnsdk = { git = "https://github.com/ultimate-research/nnsdk-rs"}
Expand Down

0 comments on commit 3f06204

Please sign in to comment.