File: fix-serde_json-feature.diff

package info (click to toggle)
rust-shadow-rs 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 376 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,4 +79,3 @@
 optional = true
-default-features = false
-
+default-features = true # "serde_json requires that either `std` (default) or `alloc` feature is enabled"
 [dependencies.time]