Blame SOURCES/enable-rdcore.patch

0d0121
diff -ur a/Cargo.toml b/Cargo.toml
0d0121
--- a/Cargo.toml	1969-12-31 19:00:01.000000000 -0500
0d0121
+++ b/Cargo.toml	2023-03-14 07:57:14.025021766 -0400
0d0121
@@ -195,6 +195,7 @@
bbe5e3
 
bbe5e3
 [features]
0d0121
 docgen = ["dep:clap_mangen"]
bbe5e3
+default = ["rdcore"]
bbe5e3
 rdcore = []
2d9916
 
bbe5e3
 [target."cfg(target_arch = \"s390x\")".dependencies.mbrman]