Skip to content

Commit f4b3871

Browse files
committed
Bump minor version to 0.51.2.
1 parent 8fafb4c commit f4b3871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mozjs_sys"
33
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
44
repository = "https://github.com/servo/mozjs/"
5-
version = "0.51.1"
5+
version = "0.51.2"
66
authors = ["Mozilla"]
77
links = "mozjs"
88
build = "build.rs"
@@ -31,4 +31,4 @@ bindgen = "0.36.1"
3131
cc = "1.0"
3232

3333
[patch.crates-io]
34-
libloading = { git = "https://github.com/servo/rust_libloading", branch = "mac-crash-revert" }
34+
libloading = { git = "https://github.com/servo/rust_libloading", branch = "mac-crash-revert" }

0 commit comments

Comments
 (0)