Skip to content

v0.5.0

Choose a tag to compare

@rust-for-web rust-for-web released this 25 Aug 18:24
· 60 commits to main since this release
3b0b837

Breaking Changes

The crate has been renamed to workos. Please upgrade by changing the crate name in Cargo.toml and Rust code:

- workos-sdk = "0.4.1"
+ workos = "0.5.0"
- use workos_sdk::WorkOs;
+ use workos::WorkOs;

What's Changed

Full Changelog: v0.4.1...v0.5.0