Skip to content

Commit 1eea820

Browse files
committed
Update rayon-demo dependencies
1 parent 23e7d9b commit 1eea820

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rayon-demo/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ publish = false
77
[dependencies]
88
rayon = { path = "../" }
99
cgmath = "0.16"
10-
docopt = "0.8"
10+
docopt = "1"
1111
fixedbitset = "0.1.5"
12-
glium = "0.20"
12+
glium = "0.21"
1313
lazy_static = "1"
1414
odds = "0.3"
1515
rand = "0.5"
16-
regex = "0.2"
16+
regex = "1"
1717
serde = "1"
1818
serde_derive = "1"
1919
time = "0.1"
2020

2121
[dev-dependencies]
22-
num = "0.1.30"
22+
num = "0.2"

0 commit comments

Comments
 (0)