Skip to content

v1.1.3

Compare
Choose a tag to compare
@ebebbington ebebbington released this 03 Aug 16:07
a7e8f4f

Compatibility

  • Requires Deno v1.2.0 or greater
  • Uses Deno Standard Modules v0.63.0

Upgrading

  • If you are importing the v1.x branch, then you can upgrade from the command line using the following:

    deno run --reload https://deno.land/x/dmm@v1.x/mod.ts
    
  • If you're running specific versions of dmm, then make sure you upgrade accordingly in your project(s):

    deno install -f --allow-net --allow-run --allow-read --allow-write https://deno.land/x/dmm@v1.1.3/mod.ts

Updates

  • fix: dmm breaks when fetching latest std version; PR #43