Skip to content

Commit ba4fdc7

Browse files
authored
Merge pull request #372 from adamcrume/master
Bump tensorflow-internal-macros to 0.0.3
2 parents c6edf73 + ac89a41 commit ba4fdc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ features = ["private-docs-rs", "tensorflow_unstable", "ndarray", "eager"]
2121
[dependencies]
2222
libc = "0.2.98"
2323
num-complex = { version = "0.4.0", default-features = false }
24-
tensorflow-internal-macros = { version = "=0.0.2", path = "tensorflow-internal-macros" }
24+
tensorflow-internal-macros = { version = "=0.0.3", path = "tensorflow-internal-macros" }
2525
tensorflow-sys = { version = "0.22.0", path = "tensorflow-sys" }
2626
byteorder = "1.4.3"
2727
crc = "2.0.0"

tensorflow-internal-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tensorflow-internal-macros"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
license = "Apache-2.0"
55
authors = [
66
"Adam Crume <[email protected]>",

0 commit comments

Comments
 (0)