the access to Config
elements is internal now, add this to migration guide
#1565
Labels
release
Part of the next release
Describe the release item
From @kydos
the following code does not compile:
Found the issue, in 1.0.0 these APIs are internal and need to be activated via:
zenoh = { version = "1.0.0", features = ["internal", "internal_config"] }
We should have this on the Migration Guide.
The text was updated successfully, but these errors were encountered: