From 9615445487e4601adc3f6255e71cb7540737482f Mon Sep 17 00:00:00 2001 From: Taegyun Kim Date: Fri, 22 Nov 2024 11:19:00 -0500 Subject: [PATCH] fmt --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1127890faab..6b097d46f6b 100644 --- a/setup.py +++ b/setup.py @@ -59,9 +59,9 @@ LIBDDWAF_VERSION = "1.21.0" -# DEV: update this accordingly when src/core upgrades libdatadog dependency. +# DEV: update this accordingly when src/core upgrades libdatadog dependency. # libdatadog v14.1.0 requires rust 1.76. -RUST_MINIMUM_VERSION = "1.76" +RUST_MINIMUM_VERSION = "1.76" # Set macOS SDK default deployment target to 10.14 for C++17 support (if unset, may default to 10.9) if CURRENT_OS == "Darwin":