Skip to content

Commit ca54baf

Browse files
committed
Require a recent cxx version
1 parent ad42ad0 commit ca54baf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/mfem-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/mkovaxx/mfem-rs"
1010
rust-version = "1.77"
1111

1212
[dependencies]
13-
cxx = "1"
13+
cxx = "1.0.137"
1414
autocxx = "0.27"
1515

1616
[build-dependencies]

crates/mfem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
repository = "https://github.com/mkovaxx/mfem-rs"
1010

1111
[dependencies]
12-
cxx = "1"
12+
cxx = "1.0.137"
1313
mfem-sys = { version = "0.2.0", path = "../mfem-sys" }
1414
thiserror = "1.0.59"
1515

0 commit comments

Comments
 (0)