Skip to content

Commit

Permalink
Merge pull request #255 from rust-osdev/dependabot/cargo/bitflags-2.7.0
Browse files Browse the repository at this point in the history
build(deps): bump bitflags from 2.6.0 to 2.7.0
  • Loading branch information
phip1611 authored Jan 13, 2025
2 parents 23c96df + 73242b3 commit 672f0d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = [
]

[workspace.dependencies]
bitflags = "2.6.0"
bitflags = "2.7.0"
derive_more = { version = "1.0.0", default-features = false, features = ["display"] }
log = { version = "~0.4", default-features = false }
multiboot2 = { version = "0.23.1", default-features = false }
Expand Down

0 comments on commit 672f0d7

Please sign in to comment.