mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
Compare commits
2 commits
test-conte
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af490931f2 | ||
|
|
a76038297a |
4 changed files with 11 additions and 5 deletions
|
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.5.8](https://codeberg.org/JasterV/test-context/compare/v0.5.7...v0.5.8) - 2026-04-22
|
||||
|
||||
### Other
|
||||
|
||||
- update deps
|
||||
|
||||
## [0.5.7](https://codeberg.org/JasterV/test-context/compare/v0.5.6...v0.5.7) - 2026-04-22
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"]
|
|||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
version = "0.5.7"
|
||||
version = "0.5.8"
|
||||
rust-version = "1.91.0"
|
||||
homepage = "https://codeberg.org/JasterV/test-context"
|
||||
repository = "https://codeberg.org/JasterV/test-context"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@ license.workspace = true
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.3"
|
||||
quote = "1.0.45"
|
||||
syn = { version = "^2", features = ["full"] }
|
||||
proc-macro2 = "1.0.78"
|
||||
proc-macro2 = "1.0.106"
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
test-context-macros = { version = "0.5.7", path = "../test-context-macros/" }
|
||||
test-context-macros = { version = "0.5.8", path = "../test-context-macros/" }
|
||||
futures = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
rstest = "0.26.1"
|
||||
tokio = { version = "1.0", features = ["macros", "rt"] }
|
||||
tokio = { version = "1.52", features = ["macros", "rt"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue