Skip to content

Commit

Permalink
Remove rlib crate type
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Jan 19, 2024
1 parent abb5dc6 commit 9086909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions libs/sdk-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/sdk-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.9"
edition = "2021"

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

[dependencies]
breez-sdk-core = { path = "../sdk-core" }
Expand Down

0 comments on commit 9086909

Please sign in to comment.