Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed Nov 22, 2024
1 parent 565ed52 commit 9615445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 9615445

Please sign in to comment.