Fix minimum required CXX version

This commit is contained in:
Oliver Hamlet
2026-01-01 14:57:03 +00:00
parent 6b41188f48
commit 5728e83ce0
+2 -2
View File
@@ -8,13 +8,13 @@ edition.workspace = true
license.workspace = true
[dependencies]
cxx = { version = "1.0.142", features = ["c++17"] }
cxx = { version = "1.0.192", features = ["c++17"] }
delegate = ">= 0.5.1, < 0.14"
libloot = { path = ".." }
libloot-ffi-errors = { path = "../ffi-errors" }
[build-dependencies]
cxx-build = "1.0.142"
cxx-build = "1.0.192"
[lib]
crate-type = ["staticlib"]