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.
2 parents 7fb484a + 3a16ca1 commit 9484eeaCopy full SHA for 9484eea
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "mozjs_sys"
3
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
4
repository = "https://github.com/servo/mozjs/"
5
-version = "0.51.2"
+version = "0.51.3"
6
authors = ["Mozilla"]
7
links = "mozjs"
8
build = "build.rs"
build.rs
@@ -275,8 +275,7 @@ const OPAQUE_TYPES: &'static [&'static str] = &[
275
"JS::detail::CallArgsBase.*",
276
"js::HashMap.*",
277
"js::detail::UniqueSelector.*",
278
- "js::detail::HashTable_Ptr.*",
279
- "js::detail::HashTable_Range.*",
+ "js::detail::HashTable.*",
280
"mozilla::BufferList",
281
"mozilla::Maybe.*",
282
"mozilla::UniquePtr.*",
0 commit comments