From 03bf1f54da990219aca04b32359ab5c3e23821e7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 7 Sep 2025 13:36:49 -0600 Subject: [PATCH] Disable rustpython in i686 desktop --- config/i686/desktop.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/i686/desktop.toml b/config/i686/desktop.toml index ab1670ba4..bb2ae9b81 100644 --- a/config/i686/desktop.toml +++ b/config/i686/desktop.toml @@ -11,4 +11,5 @@ include = ["../desktop.toml"] # Package settings [packages] -# example = {} \ No newline at end of file +# example = {} +rustpython = "ignore" # https://github.com/Alexhuszagh/rust-lexical/issues/218 \ No newline at end of file