File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
4
-
5
- ### Add
3
+ ## [ 0.18.2] 2023/8/13
6
4
7
5
### Changed
8
6
9
7
- Now ` #[files] ` accept also parent folders: see [ #205 ] ( https://github.com/la10736/rstest/issues/205 )
10
8
for more details.
11
9
12
- ### Fixed
13
-
14
10
## [ 0.18.1] 2023/7/5
15
11
16
12
### Fixed
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ following lines to your `Cargo.toml` file:
14
14
15
15
```
16
16
[dev-dependencies]
17
- rstest = "0.18.1 "
17
+ rstest = "0.18.2 "
18
18
```
19
19
20
20
### Fixture
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
12
12
name = " rstest"
13
13
readme = " README.md"
14
14
repository = " https://github.com/la10736/rstest"
15
- version = " 0.19.0 "
15
+ version = " 0.18.2 "
16
16
17
17
[features ]
18
18
async-timeout = [
@@ -27,7 +27,7 @@ default = ["async-timeout"]
27
27
[dependencies ]
28
28
futures = { version = " 0.3.21" , optional = true }
29
29
futures-timer = { version = " 3.0.2" , optional = true }
30
- rstest_macros = { version = " 0.19.0 " , path = " ../rstest_macros" , default-features = false }
30
+ rstest_macros = { version = " 0.18.2 " , path = " ../rstest_macros" , default-features = false }
31
31
32
32
[dev-dependencies ]
33
33
actix-rt = " 2.7.0"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ keywords = ["test", "fixture"]
11
11
license = " MIT OR Apache-2.0"
12
12
name = " rstest_macros"
13
13
repository = " https://github.com/la10736/rstest"
14
- version = " 0.19.0 "
14
+ version = " 0.18.2 "
15
15
16
16
[lib ]
17
17
proc-macro = true
You can’t perform that action at this time.
0 commit comments