Skip to content

Commit 02af12d

Browse files
committed
1 parent b28f968 commit 02af12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
include = ["/src/**/*", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE", "/Readme.md"]
1414

1515
[lib]
16-
crate-type = ["rlib", "cdylib"]
16+
crate-type = ["lib", "cdylib"]
1717

1818
[target.'cfg(target_arch = "wasm32")'.dependencies]
1919
wasm-bindgen = "0.2"

0 commit comments

Comments
 (0)