Skip to content

Commit

Permalink
bump (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
fominok authored Oct 3, 2024
1 parent cb6bd60 commit 208b382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grovedb/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ fn main() {
use sha2::{digest::FixedOutput, Digest, Sha256};

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

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

0 comments on commit 208b382

Please sign in to comment.