Skip to content

Commit 66a44ab

Browse files
authored
dylib -> cdylib
The newer cdylib crate type is specifically for the "expose to other languages" case.
1 parent 288f772 commit 66a44ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A C API for Rust's regular expression library.
1313

1414
[lib]
1515
name = "rure"
16-
crate-type = ["staticlib", "dylib"]
16+
crate-type = ["staticlib", "cdylib"]
1717

1818
[dependencies]
1919
libc = "0.2"

0 commit comments

Comments
 (0)