Skip to content

Commit 077a9a2

Browse files
committed
Also update the torch-sys version.
1 parent 01a29c1 commit 077a9a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tch"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Laurent Mazare <lmazare@gmail.com>"]
55
edition = "2018"
66

@@ -17,7 +17,7 @@ libc = "0.2.0"
1717
ndarray = "0.15"
1818
rand = "0.8"
1919
thiserror = "1"
20-
torch-sys = { version = "0.7.0", path = "torch-sys" }
20+
torch-sys = { version = "0.7.2", path = "torch-sys" }
2121
zip = "0.5"
2222
half = "1.6"
2323

torch-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "torch-sys"
3-
version = "0.7.0"
3+
version = "0.7.2"
44
authors = ["Laurent Mazare <lmazare@gmail.com>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)