Skip to content

Commit

Permalink
Lower C++ standard
Browse files Browse the repository at this point in the history
romainthomas committed Oct 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 11b5d7c commit 42207c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/rust/cargo/lief-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ authors.workspace = true
license.workspace = true

[dependencies]
cxx = { version = "1.0.117", features = [ "c++20" ] }
cxx = { version = "1.0.117", features = [ "c++17" ] }
autocxx = "0.26"

[build-dependencies]
@@ -16,4 +16,4 @@ miette = { version="5.10", features = [ "fancy" ] }

[features]
default = ["rustls-tls"]
rustls-tls = ["lief-build/rustls-tls"]
rustls-tls = ["lief-build/rustls-tls"]

0 comments on commit 42207c9

Please sign in to comment.