Skip to content

Commit ef39fbf

Browse files
committed
os_info: use default-features = false, as no serde support needed
1 parent 3215929 commit ef39fbf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ miow = "0.6.0"
6868
opener = "0.7.0"
6969
openssl = "0.10.57"
7070
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
71-
os_info = "3.8.2"
71+
os_info = { version = "3.8.2", default-features = false }
7272
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
7373
pathdiff = "0.2"
7474
percent-encoding = "2.3"

0 commit comments

Comments
 (0)