aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig8
1 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 7d57882..764bfdc 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,9 +1,7 @@
[package]
name = "bitflags"
-# NB: When modifying, also modify:
-# 1. html_root_url in lib.rs
-# 2. number in readme (for breaking changes)
-version = "2.3.2"
+# NB: When modifying, also modify the number in readme (for breaking changes)
+version = "2.4.2"
edition = "2021"
rust-version = "1.56.0"
authors = ["The Rust Project Developers"]
@@ -17,7 +15,7 @@ categories = ["no-std"]
description = """
A macro to generate structures which behave like bitflags.
"""
-exclude = ["tests", ".github"]
+exclude = ["/tests", "/.github"]
[dependencies]
serde = { version = "1.0", optional = true, default-features = false }