Skip to content

Commit

Permalink
fix: resolve gcs empty filter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
quake committed Apr 11, 2024
1 parent d598560 commit 831bca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-light-client"
version = "0.3.6"
version = "0.3.7"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
license = "MIT"
Expand All @@ -25,7 +25,7 @@ ckb-verification = "0.113.0"
ckb-systemtime = "0.113.0"
ckb-hash = "0.113.0"
ckb-merkle-mountain-range = "0.5.1"
golomb-coded-set = "0.2.0"
golomb-coded-set = "0.2.1"
rocksdb = { package = "ckb-rocksdb", version ="=0.21.1", features = ["snappy"], default-features = false }
numext-fixed-uint = { version = "0.1", features = ["support_rand", "support_heapsize", "support_serde"] }
anyhow = "1.0.56"
Expand Down

0 comments on commit 831bca1

Please sign in to comment.