Skip to content

Commit

Permalink
chore(deps): bump linfa-linalg from 0.1.0 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [linfa-linalg](https://github.com/rust-ml/linfa-linalg) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/rust-ml/linfa-linalg/releases)
- [Changelog](https://github.com/rust-ml/linfa-linalg/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-ml/linfa-linalg/commits/v0.2.0)

---
updated-dependencies:
- dependency-name: linfa-linalg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent b533ad3 commit fbc02d9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mecomp-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ indexmap = { version = "2", features = ["serde"] }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
lalrpop-util = { version = "0.20", features = ["lexer"] }
linfa-linalg = { version = "0.1" }
linfa-linalg = { version = "0.2" }
log = { version = "0.4", default-features = false, features = ["serde", "std"] }
matrixmultiply = { version = "0.3", features = ["cgemm"] }
memchr = { version = "2" }
Expand Down Expand Up @@ -161,7 +161,7 @@ indexmap = { version = "2", features = ["serde"] }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" }
itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" }
lalrpop-util = { version = "0.20", features = ["lexer"] }
linfa-linalg = { version = "0.1" }
linfa-linalg = { version = "0.2" }
log = { version = "0.4", default-features = false, features = ["serde", "std"] }
matrixmultiply = { version = "0.3", features = ["cgemm"] }
memchr = { version = "2" }
Expand Down

0 comments on commit fbc02d9

Please sign in to comment.