Merge pull request #3 from markhildreth/v0.1.1

Bumped to version v0.1.1
This commit is contained in:
Mark Hildreth 2021-01-17 22:27:27 -05:00 committed by GitHub
commit 0d78b70786
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.0"
version = "0.1.1"
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.0", path = "macros" }
test-context-macros = { version = "0.1.1", path = "macros" }
async-trait = "0.1.42"
[dev-dependencies]

View file

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