Merge pull request #7 from markhildreth/bump-to-0.1.2

Bumped to version v0.1.2
This commit is contained in:
Mark Hildreth 2021-02-07 00:15:11 -05:00 committed by GitHub
commit c55eed5464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
[package]
name = "test-context"
version = "0.1.1"
version = "0.1.2"
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"