Bump fancy_mdbx to v0.1.1 to fix size limit
Some checks failed
ci/woodpecker/push/check Pipeline was successful
ci/woodpecker/push/manual Pipeline failed
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/tag/check Pipeline was successful
ci/woodpecker/tag/manual Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
Some checks failed
ci/woodpecker/push/check Pipeline was successful
ci/woodpecker/push/manual Pipeline failed
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/tag/check Pipeline was successful
ci/woodpecker/tag/manual Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
This commit is contained in:
parent
e1dcd73423
commit
7db96bee95
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1073,9 +1073,9 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fancy_mdbx"
|
name = "fancy_mdbx"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "83535ae4359168a08578b1329699712ba3d43a3a800395f2c14e64506861d449"
|
checksum = "1de3f56e0423d5cfd4dea0628c619a36dad4441e8cc027cfdaf81d5f6caf3463"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"libmdbx",
|
"libmdbx",
|
||||||
|
@ -20,6 +20,6 @@ toml = "0.5.8"
|
|||||||
|
|
||||||
blake3 = "1.3.1"
|
blake3 = "1.3.1"
|
||||||
|
|
||||||
fancy_mdbx = "0.1.0"
|
fancy_mdbx = "0.1.1"
|
||||||
|
|
||||||
quickpeep_structs = { path = "../quickpeep_structs" }
|
quickpeep_structs = { path = "../quickpeep_structs" }
|
||||||
|
Loading…
Reference in New Issue
Block a user