We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad42ad0 commit ca54bafCopy full SHA for ca54baf
crates/mfem-sys/Cargo.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/mkovaxx/mfem-rs"
10
rust-version = "1.77"
11
12
[dependencies]
13
-cxx = "1"
+cxx = "1.0.137"
14
autocxx = "0.27"
15
16
[build-dependencies]
crates/mfem/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
9
repository = "https://github.com/mkovaxx/mfem-rs"
mfem-sys = { version = "0.2.0", path = "../mfem-sys" }
thiserror = "1.0.59"
0 commit comments