File: disable-pps.patch

package info (click to toggle)
rust-ntpd 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,768 kB
  • sloc: sh: 57; makefile: 34
file content (23 lines) | stat: -rw-r--r-- 360 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
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -228,9 +228,7 @@
 doc = true
 
 [features]
-default = ["pps"]
 hardware-timestamping = []
-pps = ["dep:pps-time"]
 
 [lib]
 name = "ntpd"
@@ -263,10 +261,6 @@
 features = ["__internal-api"]
 default-features = false
 
-[dependencies.pps-time]
-version = "0.2.3"
-optional = true
-
 [dependencies.rand]
 version = "0.8.0"