Skip to content

Commit

Permalink
Fix cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Mar 23, 2024
1 parent ffe6f41 commit 941fb85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
]

[lib]
crate-type = ["rlib", "cdylib"]
crate-type = ["cdylib", "rlib"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "zk-regex"
path = "src/bin/compiler.rs"

[lib]
crate-type = ["rlib", "cdylib"]
crate-type = ["cdylib", "rlib"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 941fb85

Please sign in to comment.