Skip to content

Commit

Permalink
Merge pull request #53 from asomers/include
Browse files Browse the repository at this point in the history
Include functional tests in the published package.
  • Loading branch information
asomers authored Dec 7, 2022
2 parents 79d24ce + 2965dbf commit d188a87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - ReleaseDate

- The published package on crates.io now includes functional tests. No
user-visible changes.
([#53](https://github.com/asomers/futures-locks/pull/53))

## [0.7.0] - 2021-11-18
### Added
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Futures-aware lock primitives
categories = ["asynchronous"]
documentation = "https://docs.rs/futures-locks"
autotests = false
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
include = ["src/**/*", "tests/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]

[package.metadata.docs.rs]
features = ["tokio"]
Expand Down

0 comments on commit d188a87

Please sign in to comment.