Workspace depenency
taind772 opened this issue · 1 comments
taind772 commented
Describe the bug
[dependencies]
log = { workspace = true }
is ok, but
[dependencies]
log.workspace = true
will throw
log.workspace: Error: Command failed: git --no-pager --git-dir="$HOME/.cargo/registry/index/github.com-1ecc6299db9ec823/.git" show origin/HEAD:lo/g./log.workspace
fatal: path 'lo/g./log.workspace' does not exist in 'origin/HEAD'
c3potheds commented
Dup of #168, resolved by #170.
Not sure when/how @serayuzgur intends to release an update with the fix.