@@ -9,7 +9,7 @@ edition = "2018"
exclude = ["js/**"]
[features]
-exclude_entrypoint = []
+no-entrypoint = []
[dependencies]
arrayref = "0.3.6"
@@ -9,7 +9,7 @@ pub mod native_mint;
pub mod processor;
pub mod state;
-#[cfg(not(feature = "exclude_entrypoint"))]
+#[cfg(not(feature = "no-entrypoint"))]
mod entrypoint;
// Export current sdk types for downstream users building with a different sdk version