File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed 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.26.0-dev "
16
+ version = " 0.26.1 "
17
17
18
18
[features ]
19
19
async-timeout = [
@@ -29,14 +29,14 @@ 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.26.0-dev " , path = " ../rstest_macros" , default-features = false }
32
+ rstest_macros = { version = " 0.26.1 " , 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
- mytest = { package = " rstest" , version = " 0.25 .0" , default-features = false }
39
+ mytest = { package = " rstest" , version = " 0.26 .0" , default-features = false }
40
40
rstest_test = { path = " ../rstest_test" }
41
41
smol-macros = " 0.1.1"
42
42
temp_testdir = " 0.2.3"
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.26.0-dev "
15
+ version = " 0.26.1 "
16
16
17
17
[lib ]
18
18
proc-macro = true
@@ -40,11 +40,9 @@ unicode-ident = "1.0.13"
40
40
proc-macro-crate = { version = " 3.2.0" , optional = true }
41
41
42
42
[dev-dependencies ]
43
- actix-rt = " 2.9.0"
44
- async-std = { version = " 1.13.0" , features = [" attributes" ] }
45
43
maplit = " 1.0.2"
46
44
pretty_assertions = " 1.4.1"
47
- rstest = { version = " 0.25 .0" , default-features = false }
45
+ rstest = { version = " 0.26 .0" , default-features = false }
48
46
rstest_reuse = { path = " ../rstest_reuse" }
49
47
rstest_test = { path = " ../rstest_test" }
50
48
You can’t perform that action at this time.
0 commit comments