mozjs icon indicating copy to clipboard operation
mozjs copied to clipboard

crates.io update

Open EdorianDark opened this issue 2 years ago • 2 comments

The package on crates.io is quite old: https://crates.io/crates/mozjs Maybe an update would make sense?

EdorianDark avatar Sep 23 '23 11:09 EdorianDark

Currently it is preferred to use mozjs via git, pinning a specific commit, like so: mozjs = { git = "https://github.com/servo/mozjs" }.

sagudev avatar Sep 23 '23 12:09 sagudev

It is not possible to publish this crate to crstes.io because of https://github.com/rust-lang/cargo/issues/6917

jdm avatar Sep 23 '23 12:09 jdm