fixed_wide v0.3.0 update bnum

This commit is contained in:
2026-03-25 09:14:16 -07:00
parent b3bccb9f50
commit 7193b96e7c
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -1052,7 +1052,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
[[package]]
name = "fixed_wide"
version = "0.2.2"
version = "0.3.0"
dependencies = [
"arrayvec",
"bnum",

View File

@@ -47,7 +47,7 @@ strafesnet_session = { path = "engine/session", registry = "strafesnet" }
strafesnet_settings = { path = "engine/settings", registry = "strafesnet" }
# lib
fixed_wide = { version = "0.2.2", path = "lib/fixed_wide", registry = "strafesnet" }
fixed_wide = { version = "0.3.0", path = "lib/fixed_wide", registry = "strafesnet" }
linear_ops = { version = "0.1.1", path = "lib/linear_ops", registry = "strafesnet" }
ratio_ops = { version = "0.1.0", path = "lib/ratio_ops", registry = "strafesnet" }
strafesnet_bsp_loader = { version = "0.5.0", path = "lib/bsp_loader", registry = "strafesnet" }

View File

@@ -1,6 +1,6 @@
[package]
name = "fixed_wide"
version = "0.2.2"
version = "0.3.0"
edition = "2024"
repository = "https://git.itzana.me/StrafesNET/strafe-project"
license = "MIT OR Apache-2.0"