Skip to content

Commit 206b191

Browse files
committed
Change cxx.rs dependency feature-set at build time to bring inline with C++17 move.
1 parent 1a5de73 commit 206b191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcprover-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "readme.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
cxx = "1.0"
15+
cxx = { version = "1.0", default-features = false, features = ["std", "c++17"] }
1616

1717
[build-dependencies]
1818
cxx-build = "1.0"

0 commit comments

Comments
 (0)