Skip to content

v0.13.0

Compare
Choose a tag to compare
@jjyr jjyr released this 09 May 03:44
· 114 commits to master since this release

What's Changed

Features

  • feat: support stable rust by @sopium in #44
  • feat(ckb2023): Add 3 new syscalls: spawn, get_memory_limit and set_content by @mohanson in #39

Miscs

  • feat: avoid debug params unused warning by @sopium in #35
  • feat!: exec_cell -> Result<Infallible, SysError> by @sopium in #37
  • chore: cargo fmt by @doitian in #43
  • chore: fix cargo doc warnings by @doitian in #42
  • chore: hide empty modules from doc by @doitian in #41
  • chore: improve doc of the debug macro by @doitian in #40
  • chore: bump version to 0.13.0 by @jjyr in #45
  • docs: use doc_auto_cfg on docs.rs by @sopium in #46

New Contributors

Full Changelog: v0.12.1...v0.13.0