This PR is to change all Wasm FDWs' host version requirement to use caret requirements. This host version requirement will be compatible with host versions like 0.1.0, 0.1.1 and 0.1.99 but not 0.2.0. From 0.1.x to 0.2.0 will be considered as breaking version change.
What kind of change does this PR introduce?
This PR is to change all Wasm FDWs' host version requirement to use caret requirements. This host version requirement will be compatible with host versions like
0.1.0
,0.1.1
and0.1.99
but not0.2.0
. From0.1.x
to0.2.0
will be considered as breaking version change.More semver details: https://docs.rs/semver/latest/semver/enum.Op.html
What is the current behavior?
N/A
What is the new behavior?
N/A
Additional context
N/A