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"
1313readme = " README.md"
1414repository = " https://github.com/la10736/rstest"
1515rust-version = " 1.70.0"
16- version = " 0.26.0-dev "
16+ version = " 0.26.1 "
1717
1818[features ]
1919async-timeout = [
@@ -29,14 +29,14 @@ default = ["async-timeout", "crate-name"]
2929[dependencies ]
3030futures-timer = { version = " 3.0.3" , optional = true }
3131futures-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 }
3333
3434[dev-dependencies ]
3535actix-rt = " 2.9.0"
3636async-std = { version = " 1.13.0" , features = [" attributes" ] }
3737lazy_static = " 1.5.0"
3838macro_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 }
4040rstest_test = { path = " ../rstest_test" }
4141smol-macros = " 0.1.1"
4242temp_testdir = " 0.2.3"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212name = " rstest_macros"
1313repository = " https://github.com/la10736/rstest"
1414rust-version = " 1.70.0"
15- version = " 0.26.0-dev "
15+ version = " 0.26.1 "
1616
1717[lib ]
1818proc-macro = true
@@ -40,11 +40,9 @@ unicode-ident = "1.0.13"
4040proc-macro-crate = { version = " 3.2.0" , optional = true }
4141
4242[dev-dependencies ]
43- actix-rt = " 2.9.0"
44- async-std = { version = " 1.13.0" , features = [" attributes" ] }
4543maplit = " 1.0.2"
4644pretty_assertions = " 1.4.1"
47- rstest = { version = " 0.25 .0" , default-features = false }
45+ rstest = { version = " 0.26 .0" , default-features = false }
4846rstest_reuse = { path = " ../rstest_reuse" }
4947rstest_test = { path = " ../rstest_test" }
5048
You can’t perform that action at this time.
0 commit comments