这是indexloc提供的服务,不要输入任何密码
Skip to content

cargo ws publish segfaults on Nix #86

@Stonks3141

Description

@Stonks3141

To reproduce

install Nix and run these commands:

cargo new foo
cd foo
cat <<EOF > shell.nix
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
  packages = with pkgs; [
    cargo
    rustc
    cargo-workspaces
  ];
}
EOF
nix-shell --run 'cargo ws publish --from-git'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions