File: remove-fastmetrics.diff

package info (click to toggle)
rust-opendal 0.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,792 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 656 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
Index: opendal/Cargo.toml
===================================================================
--- opendal.orig/Cargo.toml
+++ opendal/Cargo.toml
@@ -49,7 +49,6 @@ default = [
 executors-tokio = ["tokio/rt"]
 internal-tokio-rt = ["tokio/rt-multi-thread"]
 layers-chaos = ["dep:rand"]
-layers-fastmetrics = ["dep:fastmetrics"]
 layers-mime-guess = ["dep:mime_guess"]
 layers-prometheus = ["dep:prometheus"]
 layers-prometheus-client = ["dep:prometheus-client"]
@@ -226,10 +225,6 @@ optional = true
 version = "0.15"
 optional = true
 
-[dependencies.fastmetrics]
-version = "0.3.0"
-optional = true
-
 [dependencies.flume]
 version = "0.11"
 optional = true