fix actions

This commit is contained in:
DavidOnTop 2024-08-13 09:23:31 +02:00
parent dd0f210f64
commit ed547c757a
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
12 changed files with 47 additions and 63 deletions

4
macros/Cargo.toml Normal file → Executable file
View file

@ -1,12 +1,12 @@
[package]
name = "binf_macros"
version = "1.1.2"
version = "1.1.3"
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/public/binf.git"
repository = "https://git.davidon.top/davidontop/binf.git"
documentation = "https://docs.rs/binf_macros/"
[lib]