Package: rust-downcast / 0.11.0-1

disable-nightly-feature.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: disable nightly feature
Author: Ananthu C V <weepingclown@disroot.org>
Forwarded: not-needed
Last-Update: 2024-06-26

--- rust-downcast-0.11.0.orig/Cargo.toml
+++ rust-downcast-0.11.0/Cargo.toml
@@ -24,5 +24,4 @@ repository = "https://github.com/fkoep/d
 
 [features]
 default = ["std"]
-nightly = []
 std = []