aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06afeef..7b9cfb0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.56.0"
name = "bitflags"
-version = "2.2.1"
+version = "2.3.2"
authors = ["The Rust Project Developers"]
exclude = [
"tests",
@@ -83,6 +83,9 @@ version = "1.0"
[dev-dependencies.trybuild]
version = "1.0"
+[dev-dependencies.zerocopy]
+version = "0.6"
+
[features]
example_generated = []
rustc-dep-of-std = [