docs: Make docs.rs build all features

This commit is contained in:
Kenny Levinsen
2020-04-02 15:20:11 +02:00
parent 90a551467a
commit 62f159edb1

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "greetd_ipc" name = "greetd_ipc"
version = "0.5.0" version = "0.5.1"
authors = ["Kenny Levinsen"] authors = ["Kenny Levinsen"]
edition = "2018" edition = "2018"
license = "GPL-3.0" license = "GPL-3.0"
@@ -9,6 +9,9 @@ repository = "https://git.sr.ht/~kennylevinsen/greetd/"
description = "An implementation of the greetd IPC protocol" description = "An implementation of the greetd IPC protocol"
keywords = ["greetd"] keywords = ["greetd"]
[package.metadata.docs.rs]
all-features = true
[features] [features]
codec = ["thiserror"] codec = ["thiserror"]
sync-codec = ["codec"] sync-codec = ["codec"]