Skip to content

Commit

Permalink
update ob client version to resoleve init error (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLeeHZ authored Mar 14, 2023
1 parent 8837aa6 commit 93b57f8
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 components/table_kv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
[dependencies]
common_util = { workspace = true }
log = { workspace = true }
obkv-table-client-rs = { git = "https://github.com/oceanbase/obkv-table-client-rs.git", rev = "f823d35880022402e816dc3d4a4cb64056f39bff" }
obkv-table-client-rs = { git = "https://github.com/oceanbase/obkv-table-client-rs.git", rev = "5f3240ed82309640056333d980ca7a177006966e" }
serde = { workspace = true }

snafu = { workspace = true }
Expand Down

0 comments on commit 93b57f8

Please sign in to comment.