Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 40fdd7a

Browse files
committed
Update num-traits to 0.2 and bump version
1 parent 6dabb25 commit 40fdd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mozjs"
33
description = "Rust bindings to the Mozilla SpiderMonkey JavaScript engine."
44
repository = "https://github.com/servo/rust-mozjs"
5-
version = "0.7.1"
5+
version = "0.7.2"
66
authors = ["The Servo Project Developers"]
77
build = "build.rs"
88
license = "MPL-2.0"
@@ -46,5 +46,5 @@ promises = ['mozjs_sys/promises']
4646
lazy_static = "1"
4747
libc = "0.2"
4848
log = "0.4"
49-
num-traits = "0.1.32"
49+
num-traits = "0.2"
5050
mozjs_sys = "0.51.1"

0 commit comments

Comments
 (0)