Skip to content

Commit 3880658

Browse files
committed
fix: run cargo bump early in cog.toml so Cargo.lock is updated after the release build
1 parent eacf932 commit 3880658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cog.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
pre_bump_hooks = [
22
"sh -c \"./ci/check_branch.sh\"",
3+
"cargo bump {{version}}",
34
"cargo test -- --test-threads 1",
45
"cargo clippy",
56
"cargo build --release",
67
"cargo fmt --all",
78
"docker build -t bombadil-tests ./",
89
"docker run -t bombadil-tests ",
9-
"cargo bump {{version}}",
1010
]
1111

1212

0 commit comments

Comments
 (0)