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 = " tensorflow"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [" Adam Crume <acrume@google.com>" ]
5
5
description = " Rust language bindings for TensorFlow."
6
6
license = " Apache-2.0"
@@ -12,7 +12,7 @@ documentation = "https://tensorflow.github.io/rust/tensorflow"
12
12
[dependencies ]
13
13
libc = " 0.2"
14
14
num-complex = { version = " 0.1.35" , default-features = false }
15
- tensorflow-sys = { version = " 0.6 .0" , path = " tensorflow-sys" }
15
+ tensorflow-sys = { version = " 0.7 .0" , path = " tensorflow-sys" }
16
16
17
17
[dev-dependencies ]
18
18
random = " 0.12"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tensorflow-sys"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
license = " Apache-2.0"
5
5
authors = [
6
6
" Adam Crume <acrume@google.com>" ,
You can’t perform that action at this time.
0 commit comments