Skip to content

Commit

Permalink
fix(stremio-core-protobuf): fix crate-type for the crate
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed Oct 24, 2024
1 parent ebf72b7 commit 3f4d4d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stremio-core-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ edition = "2021"

authors = ["Smart Code OOD", "Lachezar Lechev <lachezar@ambire.com>"]

[lib]
crate-type = ["rlib", "staticlib", "dylib"]
crate-type = ["lib", "rlib", "staticlib"]

[features]
default = []
Expand Down

0 comments on commit 3f4d4d8

Please sign in to comment.