Skip to content

Commit

Permalink
version bump: updated varflags_attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
TRI99ERED committed Oct 23, 2024
1 parent e999ca0 commit 07ae6e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "varflags"
version = "0.0.2"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Crate exporting varflags macro, allowing to use unit-like enums in conjunction with Varflags struct to create easy to use bitflags data structure defined over enum variants."
Expand All @@ -16,6 +16,6 @@ serde = ["dep:serde", "bitworks/serde"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
varflags_attribute = "0.0.3"
varflags_attribute = "0.1.0"
bitworks = "0.1.5"
serde = { version = "1.0.196", optional = true, features = ["derive"] }

0 comments on commit 07ae6e1

Please sign in to comment.