Skip to content

Commit

Permalink
update jsonbb to fix various bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Oct 20, 2023
1 parent b49c78c commit ff63a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ hyper = "0.14"
hytra = { workspace = true }
itertools = "0.11"
itoa = "1.0"
jsonbb = { git = "https://github.com/risingwavelabs/jsonbb.git", rev = "45f7b53" }
jsonbb = { git = "https://github.com/risingwavelabs/jsonbb.git", rev = "d48c3e9" }
lru = { git = "https://github.com/risingwavelabs/lru-rs.git", rev = "cb2d7c7" }
memcomparable = { version = "0.2", features = ["decimal"] }
num-integer = "0.1"
Expand Down

0 comments on commit ff63a63

Please sign in to comment.