summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-03-18 15:47:51 -0500
committerAnthony Wang2022-03-18 15:47:51 -0500
commit09548285ca6f99c4673a341eda50b2f03144d050 (patch)
treef3f2f3cfd30173058c7607aa07a6179280ce28d9
parent6ed494aa468a7afe04deafde342a7a7838c99826 (diff)
Update tch-rs to v0.7.0HEADmaster
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7479da0..4176300 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -411,9 +411,9 @@ dependencies = [
[[package]]
name = "tch"
-version = "0.6.1"
+version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2b73f876b186599e22b01fa6ebfeea2dee2f11e8083463ab3572933d8201436b"
+checksum = "15e6c0704189927be3a67fe8e28375ad2b41c43ad3b9a85c4298b27be64a208e"
dependencies = [
"half",
"lazy_static",
@@ -457,9 +457,9 @@ dependencies = [
[[package]]
name = "torch-sys"
-version = "0.6.1"
+version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "34cc0f21b1aad5d71d529e9fe4dbbbdbf53918d7b4bde946f523839aa32cffae"
+checksum = "553a2badb48b66ae5a6ba989923686fe1bbb3074cde50f11b16c76df78d65dfd"
dependencies = [
"anyhow",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
index fe52501..d816c4d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
miniquad = "0.2.55"
-tch = "0.6.1"
+tch = "0.7.0"