File: no-valuable.diff

package info (click to toggle)
rust-tracing-serde 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 697 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
Description: Remove dep on valuable until rust-valuable-serde makes it through new
Author: John Goerzen <jgoerzen@complete.org>
Last-Update: 2022-10-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,16 +30,5 @@
 version = "1"
 
 [features]
-valuable = ["valuable_crate", "valuable-serde", "tracing-core/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"