mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-27 02:15:44 +00:00
Bumped to 0.1.4
This commit is contained in:
parent
741f718984
commit
e77ed125dc
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue