Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use dunce crate to remove UNC prefix #110

Merged
merged 11 commits into from
Oct 12, 2023
Merged

Commits on Oct 9, 2023

  1. fix: make it work on Windows

    iho committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a675e70 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Strip UNC prefix

    iho committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4fde946 View commit details
    Browse the repository at this point in the history
  2. Use dunce

    iho committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3e102e2 View commit details
    Browse the repository at this point in the history
  3. Add comments

    iho committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    06dbb8d View commit details
    Browse the repository at this point in the history
  4. Add comments

    iho committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ad0708a View commit details
    Browse the repository at this point in the history
  5. clippy

    iho committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    52ea1a1 View commit details
    Browse the repository at this point in the history
  6. Fix doc

    iho committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    85a39cc View commit details
    Browse the repository at this point in the history
  7. Replace unwrap with ?

    iho committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    bae7fe5 View commit details
    Browse the repository at this point in the history
  8. Update cargo-near/src/util/mod.rs

    Co-authored-by: Vlad Frolov <[email protected]>
    iho and frol authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    09d217b View commit details
    Browse the repository at this point in the history
  9. fix eyre error

    iho committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    298182f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    208cef3 View commit details
    Browse the repository at this point in the history