Skip to content

Commit 1799edc

Browse files
authored
Drop rlib from build_cairo_plugin tests (#1493)
commit-id:fe940136 --- **Stack**: - #1497 - #1496 - #1495 - #1494 - #1493⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
1 parent 8c80eec commit 1799edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scarb/tests/build_cairo_plugin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl CairoPluginProjectBuilder {
7676
publish = false
7777
7878
[lib]
79-
crate-type = ["rlib","cdylib"]
79+
crate-type = ["cdylib"]
8080
8181
[dependencies]
8282
cairo-lang-macro = {{ path = {macro_lib_path}}}

0 commit comments

Comments
 (0)