File: update-uuid.patch

package info (click to toggle)
rust-trawldb 0.2.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Bump UUID version to 1.10
Author: Soumya Ranjan Patnaik <soumyaranjan1812@gmail.com>
Last-Update: 2024-11-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trawldb/Cargo.toml
===================================================================
--- trawldb.orig/Cargo.toml
+++ trawldb/Cargo.toml
@@ -39,7 +39,7 @@ default-features = false
 version = "0.2.8"
 
 [dev-dependencies.uuid]
-version = "0.8.1"
+version = "1.10"
 features = [
     "serde",
     "v4",