Blob Blame History Raw
--- bitflags-2.3.3/Cargo.toml	1970-01-01T00:00:01+00:00
+++ bitflags-2.3.3/Cargo.toml	2023-07-05T17:33:17.108979+00:00
@@ -46,15 +46,6 @@
 version = "1.0"
 optional = true
 
-[dependencies.compiler_builtins]
-version = "0.1.2"
-optional = true
-
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
-
 [dependencies.serde]
 version = "1.0"
 optional = true
@@ -88,8 +79,4 @@
 
 [features]
 example_generated = []
-rustc-dep-of-std = [
-    "core",
-    "compiler_builtins",
-]
 std = []