Skip to content

Commit

Permalink
bump grovedbg version
Browse files Browse the repository at this point in the history
  • Loading branch information
fominok committed Jul 26, 2024
1 parent 96dd04e commit ef8b644
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

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!("206d865949e7f12b843c342cea3b172d4c78d4eb754b80d272164d59f62a2276");
const GROVEDBG_VERSION: &str = "v1.0.0-rc.3";
hex!("d1152b9a0257e02625efc223a98a9f2b9a2aa7ade133a7c32fee1e5f7d3a607e");
const GROVEDBG_VERSION: &str = "v1.0.0-rc.4";

let out_dir = PathBuf::from(&env::var_os("OUT_DIR").unwrap());
let grovedbg_zip_path = out_dir.join("grovedbg.zip");
Expand Down
1 change: 0 additions & 1 deletion grovedb/grovedbg
Submodule grovedbg deleted from 954be7

0 comments on commit ef8b644

Please sign in to comment.