File: 02_remove_dev_dependencies.diff

package info (click to toggle)
rust-pathfinding 4.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,024 kB
  • sloc: sh: 19; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 596 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
23
24
25
26
27
28
Description: remove dev dependencies
Author: Antonin Delpeuch <antonin@delpeuch.eu>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -230,21 +230,12 @@ version = "2.0.0"
 [dependencies.thiserror]
 version = "2.0.0"
 
-[dev-dependencies.codspeed-criterion-compat]
-version = "2.7.2"
-
 [dev-dependencies.itertools]
 version = "0.14.0"
 
 [dev-dependencies.lazy_static]
 version = "1.5.0"
 
-[dev-dependencies.movingai]
-version = "1.3.1"
-
-[dev-dependencies.noisy_float]
-version = "0.2.0"
-
 [dev-dependencies.rand]
 version = "0.8.5"