add bitflags to the workspace Cargo.toml

This commit is contained in:
auronandace
2026-03-20 08:46:28 +00:00
parent b89fbd224c
commit 7be03d1815
10 changed files with 10 additions and 9 deletions
+1
View File
@@ -74,6 +74,7 @@ exclude = ["bootstrap"]
# Remember to also update bootstrap dependencies, those are not in the workspace
[workspace.dependencies]
anyhow = "1"
bitflags = "2"
drm = "0.14.2"
drm-sys = "0.8.1"
libc = "0.2.181"
+1 -1
View File
@@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bitflags = "2"
bitflags.workspace = true
libredox.workspace = true
log.workspace = true
redox_event.workspace = true
+1 -1
View File
@@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bitflags = "2"
bitflags.workspace = true
common = { path = "../../common" }
libredox.workspace = true
log.workspace = true
+1 -1
View File
@@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
anyhow.workspace = true
bitflags = "2"
bitflags.workspace = true
log.workspace = true
orbclient.workspace = true
redox_syscall.workspace = true
+1 -1
View File
@@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "2"
bitflags.workspace = true
log.workspace = true
libredox.workspace = true
redox_event.workspace = true
+1 -1
View File
@@ -5,7 +5,7 @@ version = "1.0.0"
edition = "2021"
[dependencies]
bitflags = "2"
bitflags.workspace = true
libredox.workspace = true
redox_event.workspace = true
redox_syscall.workspace = true
+1 -1
View File
@@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "2"
bitflags.workspace = true
libredox.workspace = true
log.workspace = true
redox_event.workspace = true
+1 -1
View File
@@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "2"
bitflags.workspace = true
libredox.workspace = true
log.workspace = true
redox_event.workspace = true
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
arrayvec = "0.7"
bitflags = "2"
bitflags.workspace = true
futures = "0.3"
libredox.workspace = true
log.workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ authors = ["Anhad Singh <andypython@protonmail.com>"]
[dependencies]
static_assertions = "1.1.0"
bitflags = "2.3.2"
bitflags.workspace = true
redox_syscall.workspace = true
libredox.workspace = true
log.workspace = true