Skip to content

Commit

Permalink
Add package metadata for docs.rs (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
twittner authored Jan 31, 2019
1 parent 6461ddf commit 2fe0e98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.2 [2019-01-31]

- Add package metadata for docs.rs to generate documentation for all features.

# 0.2.1 [2018-09-05]

- Ensure `codec::Uvi<T>` is `Send` when `T` is.
Expand Down
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[package]
name = "unsigned-varint"
version = "0.2.1"
version = "0.2.2"
authors = ["Parity Technologies <[email protected]>"]
license = "MIT"
description = "unsigned varint encoding"
repository = "https://github.com/paritytech/unsigned-varint"
readme = "README.md"
edition = "2018"

[package.metadata.docs.rs]
all-features = true

[features]
codec = ["bytes", "tokio-codec"]

Expand Down

0 comments on commit 2fe0e98

Please sign in to comment.