Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 597a784

Browse files
authoredMar 2, 2025··
Merge pull request #260 from rust-osdev/dependabot/cargo/bitflags-2.9.0
build(deps): bump bitflags from 2.8.0 to 2.9.0
2 parents 39f9368 + 92d82f3 commit 597a784

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude = [
1010
]
1111

1212
[workspace.dependencies]
13-
bitflags = "2.8.0"
13+
bitflags = "2.9.0"
1414
derive_more = { version = "1.0.0", default-features = false, features = ["display"] }
1515
log = { version = "~0.4", default-features = false }
1616
multiboot2 = { version = "0.23.1", default-features = false }

0 commit comments

Comments
 (0)
Please sign in to comment.