Skip to content

Commit c7bc844

Browse files
committed
Revert "Don't compile encode_decode as a separate static lib"
This reverts commit 6597daa.
1 parent 64a80fe commit c7bc844

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/redisearch_rs/encode_decode/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ publish.workspace = true
88
[lints]
99
workspace = true
1010

11+
[lib]
12+
crate-type = ["staticlib", "rlib"]
13+
1114
[target.'cfg(all(target_env="musl", target_os="linux"))'.dependencies.redis-module]
1215
# Statically link to the libclang on aarch64-unknown-linux-musl,
1316
# necessary on Alpine.

0 commit comments

Comments
 (0)