From 2efcb8d86a239cf1c82075a2e0061cefd139f045 Mon Sep 17 00:00:00 2001 From: Magnus Bakken <10287813+magbak@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:15:54 +0100 Subject: [PATCH] Turn off trace --- lib/templates/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/Cargo.toml b/lib/templates/Cargo.toml index 4baac2d3..35d101f0 100644 --- a/lib/templates/Cargo.toml +++ b/lib/templates/Cargo.toml @@ -15,4 +15,4 @@ pyo3.workspace = true walkdir.workspace = true oxiri.workspace = true oxilangtag.workspace = true -peg = {workspace = true, features = ["trace"] } +peg = {workspace = true }