v1.1.3
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