File: 2002_blob-uuid.patch

package info (click to toggle)
rust-unique-id 0.1.7~20250804-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: makefile: 2; sh: 1
file content (22 lines) | stat: -rw-r--r-- 581 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
Description: avoid not-in-Debian crate blob-uuid
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-07-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,13 +15,10 @@
 targets = ["x86_64-unknown-linux-gnu"]
 
 [features]
-default = ["random", "sequence", "string"]
 random = ["dep:uuid"]
 sequence = []
-string = ["dep:blob-uuid"]
 
 [dependencies]
-blob-uuid = { version = "0.5.0", optional = true }
 uuid = { version = "1.17.0", features = ["v4"], optional = true }
 
 [dev-dependencies]