File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## Unreleased
3
+
4
+ ### Changed
5
+
6
+ ### Add
7
+
8
+ ### Fixed
2
9
3
10
## [ 0.25.0] 2025/3/2
4
11
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ lazy_static = "1.4.0"
15
15
16
16
[dependencies .rstest ]
17
17
path = " ../rstest"
18
- version = " 0.25.0"
18
+ version = " 0.25.0-dev "
19
19
20
20
[dependencies .rstest_reuse ]
21
21
path = " ../rstest_reuse"
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"
16
+ version = " 0.25.0-dev "
17
17
18
18
[features ]
19
19
async-timeout = [
@@ -29,13 +29,13 @@ 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" , path = " ../rstest_macros" , default-features = false }
32
+ rstest_macros = { version = " 0.25.0-dev " , 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
- mytest = { package = " rstest" , version = " 0.24 .0" , default-features = false }
38
+ mytest = { package = " rstest" , version = " 0.25 .0" , default-features = false }
39
39
pretty_assertions = " 1.4.1"
40
40
rstest_reuse = { path = " ../rstest_reuse" }
41
41
rstest_test = { path = " ../rstest_test" }
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"
15
+ version = " 0.25.0-dev "
16
16
17
17
[lib ]
18
18
proc-macro = true
@@ -44,7 +44,7 @@ actix-rt = "2.9.0"
44
44
async-std = { version = " 1.13.0" , features = [" attributes" ] }
45
45
maplit = " 1.0.2"
46
46
pretty_assertions = " 1.4.1"
47
- rstest = { version = " 0.24 .0" , default-features = false }
47
+ rstest = { version = " 0.25 .0" , default-features = false }
48
48
rstest_reuse = { path = " ../rstest_reuse" }
49
49
rstest_test = { path = " ../rstest_test" }
50
50
You can’t perform that action at this time.
0 commit comments