Skip to content

Commit

Permalink
Prepare develop
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Jan 1, 2025
1 parent d57af90 commit 154d0b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Changed

### Add

### Fix

## [0.24.0] 2025/1/1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy_static = "1.4.0"

[dependencies.rstest]
path = "../rstest"
version = "0.24.0"
version = "0.25.0-dev"

[dependencies.rstest_reuse]
path = "../rstest_reuse"
Expand Down
4 changes: 2 additions & 2 deletions rstest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "rstest"
readme = "README.md"
repository = "https://github.com/la10736/rstest"
rust-version = "1.70.0"
version = "0.24.0"
version = "0.25.0-dev"

[features]
async-timeout = [
Expand All @@ -29,7 +29,7 @@ default = ["async-timeout", "crate-name"]
[dependencies]
futures-timer = { version = "3.0.3", optional = true }
futures-util = { version = "0.3.30", optional = true }
rstest_macros = { version = "0.24.0", path = "../rstest_macros", default-features = false }
rstest_macros = { version = "0.25.0-dev", path = "../rstest_macros", default-features = false }

[dev-dependencies]
actix-rt = "2.9.0"
Expand Down
2 changes: 1 addition & 1 deletion rstest_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "rstest_macros"
repository = "https://github.com/la10736/rstest"
rust-version = "1.70.0"
version = "0.24.0"
version = "0.25.0-dev"

[lib]
proc-macro = true
Expand Down

0 comments on commit 154d0b0

Please sign in to comment.