Skip to content

Commit 99d5b29

Browse files
mvinesjoncinque
authored andcommitted
Back to no-entrypoint feature name
1 parent df52b45 commit 99d5b29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

program/src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
edition = "2018"
99

1010
[features]
11-
exclude_entrypoint = []
11+
no-entrypoint = []
1212

1313
[dependencies]
1414
solana-program = "1.4.4"

program/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
//! A simple program that accepts a string of encoded characters and verifies that it parses. Currently handles UTF-8.
44
5-
#[cfg(not(feature = "exclude_entrypoint"))]
5+
#[cfg(not(feature = "no-entrypoint"))]
66
mod entrypoint;
77

88
// Export current sdk types for downstream users building with a different sdk version

0 commit comments

Comments
 (0)