Skip to content

Commit 6fe041b

Browse files
committed
[fixture-data] add publish = false and some more metadata
Fix failing tests.
1 parent b98b345 commit 6fe041b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

fixture-data/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[package]
22
name = "fixture-data"
33
version = "0.1.0"
4+
description = "Fixture data for nextest integration tests"
5+
repository = "https://github.com/nextest-rs/nextest"
46
edition.workspace = true
57
rust-version.workspace = true
68
license.workspace = true
9+
publish = false
710

811
[dependencies]
912
maplit.workspace = true

nextest-metadata/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

3-
## [0.11.1] - 2024-08-23
3+
## [0.11.2] - 2024-08-23
44

55
### Added
66

77
- New exit code `NO_TESTS_RUN = 4`, indicating no tests to run.
88
- Support for a new mismatch reason for tests and binaries: that they are not in the default set.
99

10+
## [0.11.1] - 2024-08-23
11+
12+
This version was not published due to a CI issue.
13+
1014
## [0.11.0] - 2024-05-23
1115

1216
### Added
@@ -217,6 +221,7 @@ This release is compatible with cargo-nextest 0.9.10 and later.
217221

218222
- Initial version, with support for listing tests.
219223

224+
[0.11.2]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.2
220225
[0.11.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.1
221226
[0.11.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.0
222227
[0.10.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.10.0

0 commit comments

Comments
 (0)