Hi I've noticed pact_ffi_dll/0.4.1 is not availabl...
# pact-rust
c
Hi I've noticed pact_ffi_dll/0.4.1 is not available in conan. Is it possible for someone to release the package in conan. Working on a project which requires synchronous contract testing in C++ which is only available with pact v4
u
The conan packages used to be released to bintray, but that has been shutdown.
There is no where to release to to now, Conan Center only supports packages that are written in C/C++
😔 1
You can use the recipes from the repo, with a little bit of tweaking
c
@uglyog Do you have an example of how to create an asynchronous contract via pact ffi? I'm able to generate a synchronous contract but couldn't work out how to generate the correct asynchronous contract
c
Thanks @uglyog can use this as a starting point and then figure out how to get the consumer contract generated for async messages