Skip to content

Commit

Permalink
fix: [skip-e2e] use zstd-sys 2.0.9 (#31682)
Browse files Browse the repository at this point in the history
fix: #31681 
/kind improvement

Signed-off-by: longjiquan <[email protected]>
  • Loading branch information
longjiquan authored Mar 28, 2024
1 parent 976928e commit e33dba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tantivy = "0.21.0"
tantivy = "=0.21.1"
futures = "0.3.21"
libc = "0.2"
scopeguard = "1.2"
zstd-sys = "=2.0.9"

[build-dependencies]
cbindgen = "0.26.0"
Expand Down

0 comments on commit e33dba8

Please sign in to comment.