File: remove-unpackaged-feature-deps.patch

package info (click to toggle)
rust-postgres 0.19.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 336 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 845 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
Description: Remove unpackaged deps
Last-Update: 2022-11-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: postgres/Cargo.toml
===================================================================
--- postgres.orig/Cargo.toml
+++ postgres/Cargo.toml
@@ -74,12 +74,9 @@ version = "0.5"
 [features]
 array-impls = ["tokio-postgres/array-impls"]
 with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"]
-with-cidr-0_2 = ["tokio-postgres/with-cidr-0_2"]
-with-cidr-0_3 = ["tokio-postgres/with-cidr-0_3"]
 with-eui48-1 = ["tokio-postgres/with-eui48-1"]
 with-geo-types-0_7 = ["tokio-postgres/with-geo-types-0_7"]
 with-serde_json-1 = ["tokio-postgres/with-serde_json-1"]
-with-smol_str-01 = ["tokio-postgres/with-smol_str-01"]
 with-time-0_3 = ["tokio-postgres/with-time-0_3"]
 with-uuid-1 = ["tokio-postgres/with-uuid-1"]