File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ispc"
3
- version = " 1.0.13 "
3
+ version = " 1.0.14 "
4
4
authors = [" Will Usher <will@willusher.io>" ]
5
5
homepage = " https://github.com/Twinklebear/ispc-rs"
6
6
documentation = " https://docs.rs/ispc/"
@@ -26,6 +26,6 @@ exclude = [
26
26
]
27
27
28
28
[dependencies ]
29
- ispc_compile = { path = " ./compile/" , version = " 1.0.13 " }
29
+ ispc_compile = { path = " ./compile/" , version = " 1.0.14 " }
30
30
ispc_rt = { path = " ./runtime/" , version = " 1.0.7" }
31
31
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ispc_compile"
3
- version = " 1.0.13 "
3
+ version = " 1.0.14 "
4
4
authors = [" Will Usher <will@willusher.io>" ]
5
5
homepage = " https://github.com/Twinklebear/ispc-rs"
6
6
documentation = " https://docs.rs/ispc_compile/"
You can’t perform that action at this time.
0 commit comments