Skip to content

Commit

Permalink
fix: Fix missing feature on janetrs_version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Nov 20, 2024
1 parent 5742864 commit d6333db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 = []
inline-more = ["janetrs_version/inline-more"]
# Unicode conveniences
unicode = ["bstr/unicode"]
# Use system janet.h
Expand Down
1 change: 1 addition & 0 deletions janetrs_version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ evil-janet = "1"
[features]
default = []
system = ["evil-janet/system"]
inline-more = []

0 comments on commit d6333db

Please sign in to comment.