summaryrefslogtreecommitdiffstats
path: root/third_party/rust/bitflags/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/bitflags/Cargo.toml')
-rw-r--r--third_party/rust/bitflags/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/rust/bitflags/Cargo.toml b/third_party/rust/bitflags/Cargo.toml
index 5fd2c7dc17..b274599a46 100644
--- a/third_party/rust/bitflags/Cargo.toml
+++ b/third_party/rust/bitflags/Cargo.toml
@@ -13,11 +13,11 @@
edition = "2021"
rust-version = "1.56.0"
name = "bitflags"
-version = "2.4.1"
+version = "2.5.0"
authors = ["The Rust Project Developers"]
exclude = [
- "tests",
- ".github",
+ "/tests",
+ "/.github",
]
description = """
A macro to generate structures which behave like bitflags.