commit 60112c212e8f4bcd5fc715fb469bb32921f8e216
parent f58bb0abeb7a6b7e92839db12d2f94234fa81c51
Author: mauricefisher64 <92736594+mauricefisher64@users.noreply.github.com>
Date: Thu, 18 Aug 2022 13:01:12 -0400
(MINOR) Switch to "lib" for crate-type (#113)
Test using standard "lib" for the crate-type
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
@@ -45,7 +45,7 @@ name = "custom_assertion"
[lib]
-crate-type = ["cdylib", "rlib"]
+crate-type = ["lib"]
[dependencies]
async-trait = { version = "0.1.48", optional = true }