Commit graph

13 commits

Author SHA1 Message Date
Victor Martinez
be1f0e1dbd chore: upgrade to 0.2.0 version 2024-02-26 12:12:38 +01:00
Victor Martinez
2afbd36dae chore: update to 0.1.6 2024-02-26 10:13:00 +01:00
Victor Martinez
cb6ddf7356 chore: update patch version 2024-02-26 09:59:45 +01:00
Victor Martinez
58faeefa63 chore: update workspace properties 2024-02-26 00:27:59 +01:00
Victor Martinez
3539bcdd6d refactor: restructure the workspace members organization 2024-02-26 00:19:53 +01:00
Victor Martinez
352be5dc90 chore: update crate information 2024-02-25 23:43:19 +01:00
Victor Martinez
8a2f5895db chore: update to 2021 rust edition 2024-02-25 23:18:26 +01:00
Mark Hildreth
e77ed125dc Bumped to 0.1.4 2022-07-19 16:24:32 -04:00
Mark Hildreth
09808630f1 Bumped to v0.1.3 2021-02-27 17:08:32 -05:00
Mark Hildreth
429611eb0a Bumped to version v0.1.2 2021-02-07 00:13:22 -05:00
Mark Hildreth
be1e4a9178 Forced futures to be imported through test_context crate.
By exporting the futures crate through the test_context crate, the code
generated by the macro can rely on `test_context` to access the future
crate. Otherwise, the code generated which requires access to the
"future" crate would end up residing in the code of a user of the
library, giving them `use of undeclared crate or module "future"`
error messages unless they added future as a dependency.
2021-02-06 23:44:33 -05:00
Mark Hildreth
feef82bae7 Bumped to version v0.1.1 2021-01-17 22:23:03 -05:00
Mark Hildreth
daf14d6449 Initial version 2021-01-17 21:23:34 -05:00