File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2- ## Unreleased
2+
3+ ## [ 0.26.0] 2025/7/26
34
45### Changed
56
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ following lines to your `Cargo.toml` file:
1414
1515``` toml
1616[dev-dependencies ]
17- rstest = " 0.25 .0"
17+ rstest = " 0.26 .0"
1818```
1919
2020### Features
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.25.0-dev "
16+ version = " 0.26.0 "
1717
1818[features ]
1919async-timeout = [
@@ -29,21 +29,16 @@ 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.25.0-dev " , path = " ../rstest_macros" , default-features = false }
32+ rstest_macros = { version = " 0.26.0 " , 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"
3939mytest = { package = " rstest" , version = " 0.25.0" , default-features = false }
40- pretty_assertions = " 1.4.1"
41- rstest_reuse = { path = " ../rstest_reuse" }
4240rstest_test = { path = " ../rstest_test" }
4341smol-macros = " 0.1.1"
4442temp_testdir = " 0.2.3"
4543tokio = { version = " 1.38.1" , features = [" rt" , " macros" ] }
4644unindent = " 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"
1212name = " rstest_macros"
1313repository = " https://github.com/la10736/rstest"
1414rust-version = " 1.70.0"
15- version = " 0.25.0-dev "
15+ version = " 0.26.0 "
1616
1717[lib ]
1818proc-macro = true
You can’t perform that action at this time.
0 commit comments