mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
chore: update to 0.1.6
This commit is contained in:
parent
9dba8ad7c0
commit
2afbd36dae
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
|
|||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
homepage = "https://github.com/JasterV/test-context"
|
||||
repository = "https://github.com/JasterV/test-context"
|
||||
authors = [
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
test-context-macros = { version = "0.1.4", path = "../test-context-macros/" }
|
||||
test-context-macros = { version = "0.1.6", path = "../test-context-macros/" }
|
||||
async-trait = "0.1.42"
|
||||
futures = "0.3"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue