Skip to content

Commit

Permalink
Pin cbindgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jan 7, 2025
1 parent 511a7b5 commit 81a77bd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
20 changes: 15 additions & 5 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ rand = "0.8.5"
log = "0.4.22"
randomx-rs = { git = "https://github.com/spacemeshos/randomx-rs", rev = "d46bcd90e09428883e253b8203d6b311b0a07b91" }


primitive-types = "0.13.1"
thiserror = "2.0.9"
thread_local = "1.1.7"
Expand Down
3 changes: 3 additions & 0 deletions scrypt-ocl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ post-rs = { path = "../" }
log = "0.4.22"
regex = "1.11.1"

[build-dependencies]
cbindgen = { version = "0.27.0", default-features = false }

[dev-dependencies]
post-rs = { path = "../" }
rstest = "0.22.0"

0 comments on commit 81a77bd

Please sign in to comment.