diff --git a/Cargo.lock b/Cargo.lock index 44c9085ae..80f3f6e2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -911,7 +911,7 @@ checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da" [[package]] name = "fixed_wide" -version = "0.1.2" +version = "0.2.0" dependencies = [ "arrayvec", "bnum", diff --git a/lib/fixed_wide/Cargo.toml b/lib/fixed_wide/Cargo.toml index d05bd702d..a22ede5ef 100644 --- a/lib/fixed_wide/Cargo.toml +++ b/lib/fixed_wide/Cargo.toml @@ -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"