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 8fafb4c commit f4b3871Copy full SHA for f4b3871
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.1"
+version = "0.51.2"
6
authors = ["Mozilla"]
7
links = "mozjs"
8
build = "build.rs"
@@ -31,4 +31,4 @@ bindgen = "0.36.1"
31
cc = "1.0"
32
33
[patch.crates-io]
34
-libloading = { git = "https://github.com/servo/rust_libloading", branch = "mac-crash-revert" }
+libloading = { git = "https://github.com/servo/rust_libloading", branch = "mac-crash-revert" }
0 commit comments