Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Only build examples as cdylib
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Feb 12, 2019
1 parent 197915d commit 25dcb1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Nick Fitzgerald <[email protected]>"]
edition = "2018"

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

[features]

Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Nick Fitzgerald <[email protected]>"]
edition = "2018"

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

[features]

Expand Down
2 changes: 1 addition & 1 deletion examples/input-form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Nick Fitzgerald <[email protected]>"]
edition = "2018"

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

[features]

Expand Down

0 comments on commit 25dcb1c

Please sign in to comment.