File: disable-nightly.patch

package info (click to toggle)
rust-capnp 0.14.11-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 628 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index 2029d41..a919f71 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ version = "1"
 
 [features]
 default = ["std"]
-rpc_try = []
+#rpc_try = []
 std = []
 sync_reader = []
 unaligned = []