Skip to content

Commit 9ef4b79

Browse files
authored
Use rustler from GitHub (#49)
This is because the version of `rustler-sys`, which is a dependency of `rustler` is outdated on crates.io. We need the ability to build without depending on OTP. We should rollback soon.
1 parent e3b3b7b commit 9ef4b79

File tree

2 files changed

+39
-18
lines changed

2 files changed

+39
-18
lines changed

native/html5ever_nif/Cargo.lock

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

native/html5ever_nif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/lib.rs"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
rustler = "0.23"
13+
rustler = { git = "https://github.com/rusterlium/rustler" }
1414

1515
html5ever = "0.25"
1616
markup5ever = "0.10"

0 commit comments

Comments
 (0)