File: add-alloc-feature-to-erased-serde-dependency

package info (click to toggle)
rust-value-bag 1.0.0~alpha.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 312 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: value-bag/Cargo.toml
===================================================================
--- value-bag.orig/Cargo.toml
+++ value-bag/Cargo.toml
@@ -47,6 +47,7 @@ version = "0.3"
 optional = true
 default-features = false
 package = "erased-serde"
+features = ["alloc"]
 
 [dependencies.serde1_fmt]
 version = "1"