Bumped to version v0.1.1

This commit is contained in:
Mark Hildreth 2021-01-17 22:23:03 -05:00
parent 459cb95388
commit feef82bae7
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"