Skip to content

Commit

Permalink
Include stdint.h in wrapper.h (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity authored Sep 3, 2024
2 parents 93f81f4 + 8a37937 commit 9fd65e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions c-bindings/wrapper.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <stdint.h>
#include "picosha2.hpp"

extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion rust-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chiapos"
version = "2.0.5"
version = "2.0.6"
edition = "2021"
license = "Apache-2.0"
description = "Bindings to the chiapos C++ library."
Expand Down

0 comments on commit 9fd65e9

Please sign in to comment.