From 17df42fe87dac5fb5bb07d2f1281c334309b545f Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Mon, 27 Jan 2025 15:05:18 -0700 Subject: [PATCH] Revert "do a debug build of the rust code" This reverts commit 30e416da88c7f074138eb1d6b088570108bd74b0. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d16a87a4..ab8dda56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,6 @@ target = "bcrypt._bcrypt" path = "src/_bcrypt/Cargo.toml" py-limited-api = "auto" rust-version = ">=1.64.0" -debug = true [tool.ruff] line-length = 79