Skip to content

Commit

Permalink
#1747 Upgrade Rust dependencies (#1748)
Browse files Browse the repository at this point in the history
* #1747
Upgrade Rust dependencies

* Revert upgrade for tch

The update of tch on windows gives an error:

INTEL MKL ERROR: The specified module could not be found. mkl_vml_avx2.1.dll.
Intel MKL FATAL ERROR: cannot load mkl_vml_avx2.1.dll or mkl_vml_def.1.dll.

* Keep only .cargo/config.toml file which works with rust > 1.75

---------

Co-authored-by: Sylvain Benner <sylvain@benner.online>
  • Loading branch information
ahmedyarub and syl20bnr committed May 10, 2024
1 parent b09d843 commit 1073752
Show file tree
Hide file tree
Showing 27 changed files with 779 additions and 292 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ target
# These are backup files generated by rustfmt
**/*.rs.bk
.DS_Store
.cargo/config.toml

.dir-locals.el
.idea
Expand Down

0 comments on commit 1073752

Please sign in to comment.