01mf02 / jaq

A jq clone focussed on correctness, speed, and simplicity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Looks like `01mf02/regex` repo is gone?

chenrui333 opened this issue · comments

While upgrading rust to 1.71.0, we found some build issue with error log as shown below:

cargo
install
--locked
--root
/opt/homebrew/Cellar/jaq/0.10.0
--path
jaq

  Installing jaq v0.10.0 (/private/tmp/jaq-20230719-13298-1bdzyei/jaq-0.10.0/jaq)
    Updating git repository `https://github.com/01mf02/regex`
error: failed to load source for dependency `regex-syntax`

Caused by:
  Unable to update https://github.com/01mf02/regex?rev=90eebbd#90eebbdb

Caused by:
  failed to clone into: /Users/brew/Library/Caches/Homebrew/cargo_cache/git/db/regex-fe8bc2b0f4574fa9

Caused by:
  failed to authenticate when downloading repository

  * attempted to find username/password via git's `credential.helper` support, but failed

  if the git CLI succeeds then `net.git-fetch-with-cli` may help here
  https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli

Caused by:
  failed to acquire username/password from local configuration

full build log, https://github.com/Homebrew/homebrew-core/actions/runs/5594719599/job/15158499681?pr=136514

I released a new version that eliminates the dependency on this repository and also fixes a bug. I hope you can use this?

let me try the new release, thanks!

the new release works for me, and filed a new PR for it. thanks @01mf02!

Great! Thanks for your effort, @chenrui333!