Skip to content

Commit

Permalink
Merge pull request #38 from JasterV/chore/upgrade-to-0.2.0-version
Browse files Browse the repository at this point in the history
chore: upgrade to 0.2.0 version
  • Loading branch information
JasterV authored Feb 26, 2024
2 parents eb9367e + be1f0e1 commit 890a323
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ members = ["test-context", "test-context-macros"]

[workspace.package]
edition = "2021"
version = "0.1.6"
version = "0.2.0"
rust-version = "1.75.0"
homepage = "https://github.com/JasterV/test-context"
repository = "https://github.com/JasterV/test-context"
authors = [
Expand Down
1 change: 1 addition & 0 deletions test-context-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "test-context-macros"
description = "Macro crate for test-context"
version.workspace = true
rust-version.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions test-context/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "test-context"
rust-version = "1.75.0"
description = "A library for providing custom setup/teardown for Rust tests without needing a test harness"
readme = "../README.md"
keywords = ["test", "setup", "teardown"]
categories = ["development-tools::testing"]
rust-version.workspace = true
version.workspace = true
edition.workspace = true
homepage.workspace = true
Expand All @@ -13,7 +13,7 @@ authors.workspace = true
license.workspace = true

[dependencies]
test-context-macros = { version = "0.1.6", path = "../test-context-macros/" }
test-context-macros = { version = "0.2.0", path = "../test-context-macros/" }
futures = "0.3"

[dev-dependencies]
Expand Down

0 comments on commit 890a323

Please sign in to comment.