Skip to content

Commit

Permalink
prepare release v1.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gftea committed Jul 22, 2024
1 parent 5be6b53 commit f0260c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amqprs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amqprs"
version = "1.6.1"
version = "1.6.3"
edition = "2021"
rust-version = "1.56"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ if ! [[ $version =~ $semver_regex ]]; then
fi

# dry run publish check
cargo publish -p amqprs --all-features --dry-run
cargo publish -p amqprs --all-features --dry-run --allow-dirty
check_result

# check contents to be packaged into crate
cargo package --list
cargo package --list --allow-dirty
check_result

# check size of crate
Expand Down

0 comments on commit f0260c8

Please sign in to comment.