wasm-tools-mj

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

version.expr (103B)


      1 crate::version::Version {
      2     minor: 88,
      3     patch: 0,
      4     channel: crate::version::Channel::Stable,
      5 }