confik: v0.11.0
- Add support for
#[confik(try_from = "<ty>")]
field attribute, following the rules offrom
but usingTryFrom
. This will not break existing code unless it contains manual implementations ofConfiguration
. - Add
FailedTryInto
type. - Add
Error::TryInto
variant. .try_build()
methods now useError
as their return type.