You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
1
# Changelog
2
2
3
-
## Unreleased
4
-
5
-
### Add
3
+
## [0.19.0] 2024/4/9
6
4
7
5
### Changed
8
6
7
+
- Defined `rust-version` for each crate (see [#227](https://github.com/la10736/rstest/issues/235))
8
+
9
9
### Fixed
10
10
11
11
-`#[once]` fixtures now require the returned type to be
12
12
[`Sync`](https://doc.rust-lang.org/std/marker/trait.Sync.html) to prevent UB
13
13
when tests are executed in parallel. (see [#235](https://github.com/la10736/rstest/issues/235)
14
14
for more details)
15
+
15
16
-`#[future(awt)]` and `#[awt]` now properly handle mutable (`mut`) parameters by treating futures as immutable and
0 commit comments