Merge pull request #17 from markhildreth/bump-to-0.1.4

Bumped to 0.1.4
This commit is contained in:
Mark Hildreth 2022-07-19 16:29:14 -04:00 committed by GitHub
commit b22fcb72f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "test-context"
version = "0.1.3"
version = "0.1.4"
edition = "2018"
description = "A library for providing custom setup/teardown for Rust tests without needing a test harness"
homepage = "https://github.com/markhildreth/test-context"
@ -11,7 +11,7 @@ license = "MIT"
categories = ["development-tools::testing"]
[dependencies]
test-context-macros = { version = "0.1.1", path = "macros" }
test-context-macros = { version = "0.1.4", path = "macros" }
async-trait = "0.1.42"
futures = "0.3"

View file

@ -1,6 +1,6 @@
[package]
name = "test-context-macros"
version = "0.1.1"
version = "0.1.4"
edition = "2018"
description = "Macro crate for test-context"
homepage = "https://github.com/markhildreth/test-context"