Skip to content

Merge rename-to-llvm-asm into master; bump to 0.2.0

Aaron Janse requested to merge aaronjanse/syscall:aj-0.2.0 into master

Things done:

  1. Merge rename-to-llvm-asm
  2. Bump Cargo.toml version to 0.2.0

Motivation: Versioning is currently a bit tangled, which is causing compile issues on my machine, especially with the conflicting asm!/llvm_asm! syntax. This MR fixes this tangle.

Merge request reports