mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
Bumped to version v0.1.1
This commit is contained in:
parent
459cb95388
commit
feef82bae7
2 changed files with 3 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue