Skip to content

Commit cce3f55

Browse files
committed
build(ftindex): depend on paimon-ftindex-core from crates.io
Switch from the temporary git tag to the published 0.1.0 release now that the crate is on crates.io, so `cargo package`/publishing of paimon works.
1 parent 19d0d48 commit cce3f55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/paimon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ uuid = { version = "1", features = ["v4"] }
104104
urlencoding = "2.1"
105105
tantivy = { version = "0.22", optional = true }
106106
tempfile = { version = "3", optional = true }
107-
paimon-ftindex-core = { git = "https://github.com/apache/paimon-full-text", tag = "v0.1.0-rc4", optional = true }
107+
paimon-ftindex-core = { version = "0.1.0", optional = true }
108108
paimon-mosaic-core = "0.2.0"
109109
paimon-vindex-core = "0.2.0"
110110
vortex = { version = "0.75.0", features = ["tokio"], optional = true }

0 commit comments

Comments
 (0)