We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6bd60 commit 208b382Copy full SHA for 208b382
grovedb/build.rs
@@ -6,8 +6,8 @@ fn main() {
6
use sha2::{digest::FixedOutput, Digest, Sha256};
7
8
const GROVEDBG_SHA256: [u8; 32] =
9
- hex!("5a1ee5a3033190974f580e41047ef9267ba03fafe0a70bbcf7878c1bb4f6126d");
10
- const GROVEDBG_VERSION: &str = "v1.1.0";
+ hex!("da31eb2c93d553abb730455b53761a6e3913d876d0371b4a4a7e08a7398322ed");
+ const GROVEDBG_VERSION: &str = "v1.2.0";
11
12
let out_dir = PathBuf::from(&env::var_os("OUT_DIR").unwrap());
13
let grovedbg_zip_path = out_dir.join("grovedbg.zip");
0 commit comments