From 79b88c45f972d68a8596288143ced8d9c55898c3 Mon Sep 17 00:00:00 2001 From: GrayJack Date: Sun, 19 Jan 2025 13:29:17 -0300 Subject: [PATCH] build: fix weird error --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87db92a9f9..9f43060ad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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