Skip to content

Commit dd8bc3b

Browse files
Daniel Dulaneybacek
Daniel Dulaney
authored andcommitted
build: upgrade build deps and fix try! warnings
- upgrade num_cpus from 1.0 to 1.11 - upgrade regex from 0.2 to 1.3 - replace 3 instances of try! with ? in build.rs
1 parent ad26733 commit dd8bc3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ keywords = ["audio", "video"]
1818
libc = "0.2"
1919

2020
[build-dependencies]
21-
num_cpus = "1.0"
22-
cc = "1.0"
21+
num_cpus = "1.11"
22+
cc = "1.0"
2323
pkg-config = "0.3"
2424
bindgen = "0.51.1"
25-
regex = "0.2"
25+
regex = "1.3"
2626

2727
[features]
2828
default = ["avcodec", "avdevice", "avfilter", "avformat", "swresample", "swscale"]

0 commit comments

Comments
 (0)