fix actions
This commit is contained in:
parent
dd0f210f64
commit
ed547c757a
12 changed files with 47 additions and 63 deletions
6
Cargo.toml
Normal file → Executable file
6
Cargo.toml
Normal file → Executable file
|
@ -1,16 +1,16 @@
|
|||
[package]
|
||||
name = "binf"
|
||||
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"
|
||||
|
||||
[workspace]
|
||||
members = ["macros"]
|
||||
|
||||
[dependencies]
|
||||
binf_macros = { version = "1.1.1", path = "macros" }
|
||||
binf_macros = { version = "1.1.3", path = "macros" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue