File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
- ## Unreleased
2
+
3
+ ## [ 0.26.0] 2025/7/26
3
4
4
5
### Changed
5
6
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
``` toml
16
16
[dev-dependencies ]
17
- rstest = " 0.25 .0"
17
+ rstest = " 0.26 .0"
18
18
```
19
19
20
20
### Features
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "rstest"
13
13
readme = " README.md"
14
14
repository = " https://github.com/la10736/rstest"
15
15
rust-version = " 1.70.0"
16
- version = " 0.25.0-dev "
16
+ version = " 0.26.0 "
17
17
18
18
[features ]
19
19
async-timeout = [
@@ -29,21 +29,16 @@ default = ["async-timeout", "crate-name"]
29
29
[dependencies ]
30
30
futures-timer = { version = " 3.0.3" , optional = true }
31
31
futures-util = { version = " 0.3.30" , optional = true }
32
- rstest_macros = { version = " 0.25.0-dev " , path = " ../rstest_macros" , default-features = false }
32
+ rstest_macros = { version = " 0.26.0 " , path = " ../rstest_macros" , default-features = false }
33
33
34
34
[dev-dependencies ]
35
35
actix-rt = " 2.9.0"
36
36
async-std = { version = " 1.13.0" , features = [" attributes" ] }
37
37
lazy_static = " 1.5.0"
38
38
macro_rules_attribute = " 0.2.0"
39
39
mytest = { package = " rstest" , version = " 0.25.0" , default-features = false }
40
- pretty_assertions = " 1.4.1"
41
- rstest_reuse = { path = " ../rstest_reuse" }
42
40
rstest_test = { path = " ../rstest_test" }
43
41
smol-macros = " 0.1.1"
44
42
temp_testdir = " 0.2.3"
45
43
tokio = { version = " 1.38.1" , features = [" rt" , " macros" ] }
46
44
unindent = " 0.2.3"
47
-
48
- [build-dependencies ]
49
- rustc_version = " 0.4.1"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
12
12
name = " rstest_macros"
13
13
repository = " https://github.com/la10736/rstest"
14
14
rust-version = " 1.70.0"
15
- version = " 0.25.0-dev "
15
+ version = " 0.26.0 "
16
16
17
17
[lib ]
18
18
proc-macro = true
You can’t perform that action at this time.
0 commit comments