File: drop-valuable.diff

package info (click to toggle)
rust-tracing-subscriber 0.3.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,872 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 969 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description: Drop valuable reference until rust-valuable-serde makes it through NEW
Author: John Goerzen <jgoerzen@complete.org>
Author: Peter Michael Green <plugwash@debian.org>
Last-Update: 2022-12-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: tracing-subscriber/Cargo.toml
===================================================================
--- tracing-subscriber.orig/Cargo.toml
+++ tracing-subscriber/Cargo.toml
@@ -210,23 +210,6 @@ std = [
     "alloc",
     "tracing-core/std",
 ]
-valuable = [
-    "tracing-core/valuable",
-    "valuable_crate",
-    "valuable-serde",
-    "tracing-serde/valuable",
-]
-
-[target."cfg(tracing_unstable)".dependencies.valuable-serde]
-version = "0.1.0"
-optional = true
-default-features = false
-
-[target."cfg(tracing_unstable)".dependencies.valuable_crate]
-version = "0.1.0"
-optional = true
-default-features = false
-package = "valuable"
 
 [badges.maintenance]
 status = "experimental"