ratio_ops v0.1.1 fix Ord

This commit is contained in:
Quaternions 2025-02-21 12:53:59 -08:00
parent 5cffc03ef6
commit 0a44c1630f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated

@ -2991,7 +2991,7 @@ checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
[[package]]
name = "ratio_ops"
version = "0.1.0"
version = "0.1.1"
[[package]]
name = "rav1e"

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