head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2024.09.09.19.18.54; author pin; state dead; branches; next 1.1; commitid o5IuTn5g305jlapF; 1.1 date 2024.07.17.12.03.14; author pin; state Exp; branches; next ; commitid elIUs8HDt6DrFbiF; desc @@ 1.2 log @Remove unneeded patch @ text @$NetBSD: patch-Cargo.toml,v 1.1 2024/07/17 12:03:14 pin Exp $ Don't pull dev dependencies from git on a release. --- Cargo.toml.orig 2024-06-25 13:18:24.962212271 +0000 +++ Cargo.toml @@@@ -166,8 +166,8 @@@@ anstyle = "1.0.7" assert_fs = "1.1" predicates = "3.1" snapbox = "0.4.16" -cargo-test-macro.git = "https://github.com/rust-lang/cargo" -cargo-test-support.git = "https://github.com/rust-lang/cargo" +cargo-test-macro = "0.1.0" +cargo-test-support = "0.1.0" [profile.release] panic = "abort" @ 1.1 log @cargo-release: import package cargo subcommand release: everything about releasing a rust crate. Features - Ensure you are in a good state for release, including: - Right branch - Up-to-date with remote - Clean tree - Supports workspaces using cargo's native flags, like --workspace, --exclude and --package - Updates dependent crates in workspace when changing version - Change detection to help guide in what crates might not need a release - Optionally share commits - Handles cargo publish, tagging, and pushing - Pre-release search and replace for custom version updates, including - Updating changelogs - Update tags in Dockerfile's - Pre-release hook for extra customization, including - CHANGELOG generation @ text @d1 1 a1 1 $NetBSD$ @