Skip to content

Commit 154d0b0

Browse files
committed
Prepare develop
1 parent d57af90 commit 154d0b0

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
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+
### Fix
10+
311
## [0.24.0] 2025/1/1
412

513
### Changed

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.24.0"
18+
version = "0.25.0-dev"
1919

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

rstest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "rstest"
1313
readme = "README.md"
1414
repository = "https://github.com/la10736/rstest"
1515
rust-version = "1.70.0"
16-
version = "0.24.0"
16+
version = "0.25.0-dev"
1717

1818
[features]
1919
async-timeout = [
@@ -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.24.0", path = "../rstest_macros", default-features = false }
32+
rstest_macros = { version = "0.25.0-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.24.0"
15+
version = "0.25.0-dev"
1616

1717
[lib]
1818
proc-macro = true

0 commit comments

Comments
 (0)