Releases: yewstack/tokise
Releases · yewstack/tokise
Release list
v0.3.0
Bumping from 0.2.1 requires no code changes for people on Rust 1.85+
- Migrate to Rust edition 2024 and require Rust 1.85.
- Replace
once_cellwithstd::sync::LazyLock. - Use standard
docsrscfg instead of customdocumentingcfg. - Bump
gloofrom 0.11 to 0.12.
v0.2.1
What's Changed
- Fix nightly doc build by removing the removed
doc_auto_cfgfeature flag (merged intodoc_cfgin Rust 1.92.0) by @Madoshakalaka - Modernize CI: replace archived
actions-rsactions withdtolnay/rust-toolchainand direct cargo commands, bumpactions/checkoutto v6
Fixes
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Bump Swatinem/rust-cache from 1 to 2 by @dependabot in #5
- Add WASI support by tokio_wasi by @langyo in #11
New Contributors
- @dependabot made their first contribution in #5
- @langyo made their first contribution in #11
Full Changelog: v0.1.0...v0.2.0