Projects STRLCPY dum Commits a0cbf17a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
     1 +## v0.1.12
     2 + 
     3 +- Properly concat `$PATH` on Windows. [#24](https://github.com/egoist/dum/issues/24)
     4 + 
    1 5  ## v0.1.11
    2 6   
    3 7  - Resolve `node_modules/.bin` in parent directories too
    skipped 30 lines
  • ■ ■ ■ ■
    Cargo.lock
    skipped 42 lines
    43 43   
    44 44  [[package]]
    45 45  name = "dum"
    46  -version = "0.1.11"
     46 +version = "0.1.12"
    47 47  dependencies = [
    48 48   "dialoguer",
    49 49   "serde_json",
    skipped 209 lines
  • ■ ■ ■ ■
    Cargo.toml
    1 1  [package]
    2 2  name = "dum"
    3  -version = "0.1.11"
     3 +version = "0.1.12"
    4 4  edition = "2021"
    5 5  license = "MIT"
    6 6  description = "An npm scripts runner"
    skipped 9 lines
Please wait...
Page is in error, reload to recover