File tree Expand file tree Collapse file tree 4 files changed +248
-20
lines changed Expand file tree Collapse file tree 4 files changed +248
-20
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tensorflow"
3
- version = " 0.3.1 "
3
+ version = " 0.4.0 "
4
4
authors = [
" Adam Crume <[email protected] >" ]
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.7 .0" , path = " tensorflow-sys" }
15
+ tensorflow-sys = { version = " 0.8 .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.7 .0"
3
+ version = " 0.8 .0"
4
4
license = " Apache-2.0"
5
5
authors = [
6
6
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ const LIBRARY: &'static str = "tensorflow";
22
22
const REPOSITORY : & ' static str = "https://github.com/tensorflow/tensorflow.git" ;
23
23
const TARGET : & ' static str = "tensorflow:libtensorflow.so" ;
24
24
// `VERSION` and `TAG` are separate because the tag is not always `'v' + VERSION`.
25
- const VERSION : & ' static str = "1.0 .0" ;
26
- const TAG : & ' static str = "v1.0 .0" ;
25
+ const VERSION : & ' static str = "1.1 .0" ;
26
+ const TAG : & ' static str = "v1.1 .0" ;
27
27
const MIN_BAZEL : & ' static str = "0.3.2" ;
28
28
29
29
macro_rules! get( ( $name: expr) => ( ok!( env:: var( $name) ) ) ) ;
You can’t perform that action at this time.
0 commit comments