Skip to content

Commit

Permalink
Remove rlib crate-type from token contract (stellar#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 31, 2022
1 parent 893e2fa commit fa441fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.6"
edition = "2021"

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

[features]
testutils = ["soroban-sdk/testutils", "soroban-auth/testutils", "dep:ed25519-dalek"]
Expand Down

0 comments on commit fa441fc

Please sign in to comment.