mozjs
mozjs copied to clipboard
crates.io update
The package on crates.io is quite old: https://crates.io/crates/mozjs Maybe an update would make sense?
Currently it is preferred to use mozjs via git, pinning a specific commit, like so: mozjs = { git = "https://github.com/servo/mozjs" }.
It is not possible to publish this crate to crstes.io because of https://github.com/rust-lang/cargo/issues/6917