mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
Merge pull request #36 from JasterV/chore/update-to-0-1-6
chore: update to 0.1.6
This commit is contained in:
commit
d932f8529f
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
homepage = "https://github.com/JasterV/test-context"
|
homepage = "https://github.com/JasterV/test-context"
|
||||||
repository = "https://github.com/JasterV/test-context"
|
repository = "https://github.com/JasterV/test-context"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[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"
|
async-trait = "0.1.42"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue