Skip to content

Commit

Permalink
build: ⬆️ cargo upgrade && cargo update
Browse files Browse the repository at this point in the history
Using `cargo-edit` crate

Signed-off-by: djmaxus <[email protected]>
  • Loading branch information
djmaxus committed Mar 12, 2024
1 parent 2551b20 commit e43e002
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
53 changes: 26 additions & 27 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ default = ["uuid"]
uuid = ["dep:uuid"]

[dependencies]
num-traits = "0.2.16"
num-traits = "0.2.18"

[dependencies.uuid]
version = "1.4.1"
version = "1.7.0"
features = ["v4"]
optional = true

[dev-dependencies]
autodiff = "0.7.0"
nalgebra = "0.32.2"
nalgebra = "0.32.4"

# [dependencies]
# auto_ops = ">=0"
Expand Down

0 comments on commit e43e002

Please sign in to comment.