Skip to content

Commit

Permalink
Merge pull request #2 from onelson/bundled-on-docs-rs
Browse files Browse the repository at this point in the history
Enable `bundled` feature for docs.rs
  • Loading branch information
onelson committed May 29, 2019
2 parents 2a3878b + 506166e commit 625c334
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Expand Up @@ -19,3 +19,6 @@ jq-sys = { version = "^0.2.0" }

[dev-dependencies]
serde_json = "1.0"

[package.metadata.docs.rs]
features = ["bundled"]
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -76,6 +76,10 @@ hints with the [jq-sys] crate on how to link.

# Changelog

## Unreleased

- [#1] Enabled `bundled` feature when building on docs.rs.

## v0.2.0 (2019-02-18)

- Updates [jq-sys] dep to v0.2.0 for better build controls.
Expand All @@ -95,3 +99,5 @@ Breaking Changes:
## v0.1.0 (2019-01-13)

Initial release.

[#1]: https://github.com/onelson/json-query/issues/1

0 comments on commit 625c334

Please sign in to comment.