Skip to content

Commit 62a509a

Browse files
committed
refactor: Add dependency of c-type feature in std feature in Cargo.toml
1 parent 925cd56 commit 62a509a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ std = []
1616
# If you does not use std then you need alloc feature
1717
alloc = []
1818
# Allow to use some functions for FFI C types
19-
c-types = []
19+
c-types = ["std"]
2020
# Check pointers before to use it to panic if it is null

0 commit comments

Comments
 (0)