Skip to content

Commit 79b88c4

Browse files
committed
build: fix weird error
1 parent bfe80cb commit 79b88c4

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
@@ -52,7 +52,7 @@ std = ["bstr/std", "janetrs_macros/std", "libc/std"]
5252
# Use to statically link to janet runtime and have Janet client
5353
amalgation = ["evil-janet/link-amalg"]
5454
# Inline more functions
55-
inline-more = ["janetrs_version/inline-more"]
55+
inline-more = []
5656
# Unicode conveniences
5757
unicode = ["bstr/unicode"]
5858
# Use system janet.h

0 commit comments

Comments
 (0)