fix(macros): duplicated if statements

This commit is contained in:
DavidOnTop 2024-10-20 10:49:15 +02:00
parent ed547c757a
commit a4aac23cbb
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
5 changed files with 29 additions and 90 deletions

View file

@ -1,12 +1,12 @@
[package]
name = "binf_macros"
version = "1.1.3"
version = "1.1.4"
edition = "2021"
license = "MIT"
description = "A crate that adds utilities for dealing with binary flags"
authors = ["DavidOnTop <me@davidon.top>"]
readme = "../README.md"
repository = "https://git.davidon.top/davidontop/binf.git"
repository = "https://github.com/davidon-top/binf.git"
documentation = "https://docs.rs/binf_macros/"
[lib]