Skip to content

Commit

Permalink
build: fix weird error
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Jan 19, 2025
1 parent bfe80cb commit 79b88c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ std = ["bstr/std", "janetrs_macros/std", "libc/std"]
# Use to statically link to janet runtime and have Janet client
amalgation = ["evil-janet/link-amalg"]
# Inline more functions
inline-more = ["janetrs_version/inline-more"]
inline-more = []
# Unicode conveniences
unicode = ["bstr/unicode"]
# Use system janet.h
Expand Down

0 comments on commit 79b88c4

Please sign in to comment.