fixed_wide: v0.2.0 precise width conversion

This commit is contained in:
Quaternions 2025-03-13 16:55:54 -07:00
parent 0755d4413c
commit ba161ef6d1
2 changed files with 2 additions and 2 deletions
Cargo.lock
lib/fixed_wide

2
Cargo.lock generated

@ -911,7 +911,7 @@ checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
[[package]]
name = "fixed_wide"
version = "0.1.2"
version = "0.2.0"
dependencies = [
"arrayvec",
"bnum",

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