Skip to content

Commit

Permalink
Bump ndstruct from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [ndstruct](https://github.com/c410-f3r/regular-crates) from 2.1.0 to 2.2.0.
- [Commits](c410-f3r/regular-crates@ndstruct-2.1.0...ndstruct-2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 4fcf36b commit b80d5af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion mop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
arrayvec = { default-features = false, version = "0.7" }
cl-aux = { default-features = false, features = ["alloc", "arrayvec"], version = "3.0" }
js-sys = { default-features = false, optional = true, version = "0.3" }
ndstruct = { default-features = false, features = ["rand"], optional = true, version = "2.0" }
ndstruct = { default-features = false, features = ["rand"], optional = true, version = "2.2" }
num-integer = { default-features = false, optional = true, version = "0.1" }
num-traits = { default-features = false, features = ["libm"], version = "0.2" }
rand = { default-features = false, features = ["getrandom"], optional = true, version = "0.8" }
Expand Down

0 comments on commit b80d5af

Please sign in to comment.