diff --git a/lib/common/Cargo.toml b/lib/common/Cargo.toml index c4ed3651b..5783cbf6c 100644 --- a/lib/common/Cargo.toml +++ b/lib/common/Cargo.toml @@ -12,8 +12,8 @@ authors = ["Rhys Lloyd <krakow20@gmail.com>"] [dependencies] arrayvec = "0.7.4" bitflags = "2.6.0" -fixed_wide = { version = "0.1.2", path = "../fixed_wide", registry = "strafesnet", features = ["deferred-division","zeroes","wide-mul"] } -linear_ops = { version = "0.1.0", path = "../linear_ops", registry = "strafesnet", features = ["deferred-division","named-fields"] } +fixed_wide = { version = "0.2.0", path = "../fixed_wide", registry = "strafesnet", features = ["deferred-division","zeroes","wide-mul"] } +linear_ops = { version = "0.1.1", path = "../linear_ops", registry = "strafesnet", features = ["deferred-division","named-fields"] } ratio_ops = { version = "0.1.0", path = "../ratio_ops", registry = "strafesnet" } glam = "0.30.0" id = { version = "0.1.0", registry = "strafesnet" }