From f76bda8d526a864aba7f2908cf5fb6193b603d99 Mon Sep 17 00:00:00 2001 From: Frostie314159 Date: Tue, 13 Aug 2024 17:10:04 +0200 Subject: [PATCH] Bumped version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eefa033..16a52c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,7 +338,7 @@ dependencies = [ [[package]] name = "ieee80211" -version = "0.3.2" +version = "0.4.0" dependencies = [ "bitfield-struct", "const_soft_float", diff --git a/Cargo.toml b/Cargo.toml index a98c08b..a977166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ieee80211" -version = "0.3.2" +version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"