Skip to content

Commit 208b382

Browse files
authored
bump (#343)
1 parent cb6bd60 commit 208b382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grovedb/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ fn main() {
66
use sha2::{digest::FixedOutput, Digest, Sha256};
77

88
const GROVEDBG_SHA256: [u8; 32] =
9-
hex!("5a1ee5a3033190974f580e41047ef9267ba03fafe0a70bbcf7878c1bb4f6126d");
10-
const GROVEDBG_VERSION: &str = "v1.1.0";
9+
hex!("da31eb2c93d553abb730455b53761a6e3913d876d0371b4a4a7e08a7398322ed");
10+
const GROVEDBG_VERSION: &str = "v1.2.0";
1111

1212
let out_dir = PathBuf::from(&env::var_os("OUT_DIR").unwrap());
1313
let grovedbg_zip_path = out_dir.join("grovedbg.zip");

0 commit comments

Comments
 (0)