Skip to content

Commit ba2805a

Browse files
committed
feat: Add no-std feature
1 parent 0eb5ca1 commit ba2805a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ std = [
4646
"pin-project-lite",
4747
"pin-utils",
4848
"slab",
49+
"no-std",
4950
]
51+
no-std = []
5052

5153
[dependencies]
5254
async-attributes = { version = "1.1.1", optional = true }

0 commit comments

Comments
 (0)