Skip to content

Commit 4f454b8

Browse files
committed
Use cargo patch.
1 parent 6a4f41a commit 4f454b8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ winit = { git = "https://github.com/rust-windowing/winit.git", rev = "4192d04a53
3535
raqote = { git = "https://github.com/jdm/raqote", branch = "fkup" }
3636

3737
[patch."https://github.com/servo/mozjs"]
38-
mozjs_sys = { path = "../mozjs/mozjs" }
38+
#mozjs_sys = { path = "../mozjs/mozjs" }
39+
mozjs_sys = { git = "https://github.com/jdm/mozjs", branch = "new-sm" }
3940
[patch."https://github.com/servo/rust-mozjs"]
40-
mozjs = { path = "../mozjs/rust-mozjs" }
41+
#mozjs = { path = "../mozjs/rust-mozjs" }
42+
mozjs_sys = { git = "https://github.com/jdm/mozjs", branch = "new-sm" }
4143

4244
# https://github.com/servo/servo/issues/27515#issuecomment-671474054
4345
[patch."https://github.com/servo/webrender"]

0 commit comments

Comments
 (0)