fix(jsonrpsee deps): use exact version pre-release (#353)
This PR requires the internal dependencies to require the exact version because `cargo` will otherwise fetch the latest version. This could also be achievied by `cargo update -p package --precise x.y.z`. Should be reverted once we release 0.2
Please register or sign in to comment