diff --git a/Cargo.lock b/Cargo.lock index c87e690..f71f1b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da" [[package]] name = "fixed_wide" -version = "0.1.1" +version = "0.1.2" dependencies = [ "arrayvec", "bnum", diff --git a/lib/fixed_wide/Cargo.toml b/lib/fixed_wide/Cargo.toml index a4a4ddb..751077d 100644 --- a/lib/fixed_wide/Cargo.toml +++ b/lib/fixed_wide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fixed_wide" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://git.itzana.me/StrafesNET/strafe-project" license = "MIT OR Apache-2.0"