Skip to content

Commit cd7633d

Browse files
committed
Add version for libtensorflow-sys dependency
1 parent 769f16a commit cd7633d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/google/tensorflow-rust"
1010

1111
[dependencies]
1212
libc = "^0.2"
13-
libtensorflow-sys = { path = "libtensorflow-sys" }
13+
libtensorflow-sys = { version = "0.0.1", path = "libtensorflow-sys" }
1414

1515
[features]
1616
default = []

0 commit comments

Comments
 (0)