aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66312a2..52a4375 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,5 @@ name = "cpu"
version = "0.0.1-pre"
authors = []
-[dependencies.bitflags]
-git = "https://github.com/Tobba/bitflags.git"
-rev = "23f1927c4e4185397a130f0b9fc302a8892ede46"
+[dependencies]
+bitflags = "0.7"