Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Remove rlib
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Oct 26, 2021
1 parent 15c0ea7 commit 9af4404
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Spacemesh Virtual Machine"
publish = false

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

[dependencies]
derive_more = "0.99"
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Spacemesh Virtual Machine"
publish = false

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

[dependencies]
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/svm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Spacemesh Virtual Machine"
publish = false

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

[dependencies]
svm-types = { path = "../types" }
Expand Down

0 comments on commit 9af4404

Please sign in to comment.