Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change to crates.io dependency
  • Loading branch information
prehner committed Jan 6, 2026
commit 691b205d589e7f8b9b050a4ec954b5050356439b
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords = [
categories = ["science"]

[workspace.dependencies]
quantity = { git = "https://github.com/itt-ustutt/quantity", branch = "consts_instead_of_typenum" }
quantity = "0.13"
num-dual = "0.13"
ndarray = "0.17"
nalgebra = "0.34"
Expand Down