Skip to content

Commit eecbddc

Browse files
committed
Prepare dev version
1 parent 7a326c8 commit eecbddc

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Changed
6+
7+
### Add
8+
9+
### Fixed
10+
311
## [0.26.1] 2025/7/27
412

513
### Fixed

playground/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy_static = "1.4.0"
1515

1616
[dependencies.rstest]
1717
path = "../rstest"
18-
version = "0.25.0-dev"
18+
version = "0.26.1-dev"
1919

2020
[dependencies.rstest_reuse]
2121
path = "../rstest_reuse"

rstest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ default = ["async-timeout", "crate-name"]
2929
[dependencies]
3030
futures-timer = { version = "3.0.3", optional = true }
3131
futures-util = { version = "0.3.30", optional = true }
32-
rstest_macros = { version = "0.26.1", path = "../rstest_macros", default-features = false }
32+
rstest_macros = { version = "0.26.1-dev", path = "../rstest_macros", default-features = false }
3333

3434
[dev-dependencies]
3535
actix-rt = "2.9.0"

rstest_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "rstest_macros"
1313
repository = "https://github.com/la10736/rstest"
1414
rust-version = "1.70.0"
15-
version = "0.26.1"
15+
version = "0.26.1-dev"
1616

1717
[lib]
1818
proc-macro = true

0 commit comments

Comments
 (0)