Skip to content

Commit 8734b8f

Browse files
committed
Update cargo.toml to set release version
1 parent 4cbe54d commit 8734b8f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "git-fixup"
3-
version = "0.1.8"
3+
version = "0.1.9-prerelease.2"
44
authors = ["Brandon W Maister <[email protected]>"]
55
edition = "2021"
66
default-run = "git-fixup"
7+
publish = false
78
repository = "https://github.com/quodlibetor/git-fixup"
89
description = """Apply staged git changes to an ancestor git commit.
910
"""
@@ -31,6 +32,9 @@ itertools = "0.10.3"
3132
inherits = "release"
3233
lto = "thin"
3334

35+
[package.metadata.dist]
36+
dist = true
37+
3438
# Config for 'cargo dist'
3539
[workspace.metadata.dist]
3640
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)

0 commit comments

Comments
 (0)