diff --git a/.circleci/config.yml b/.circleci/config.yml index d30b874..4c09353 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ parameters: description: "If true, the success pipeline will be executed." orbs: - toolkit: jerus-org/circleci-toolkit@2.13.5 + toolkit: jerus-org/circleci-toolkit@2.16.0 executors: rust-env: diff --git a/PRLOG.md b/PRLOG.md index 8fb5220..191692f 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - deps: update rust crate lambda_runtime to v1(pr [#120]) +- deps: update dependency toolkit to v2.16.0(pr [#118]) ## [0.2.36] - 2025-10-28 @@ -400,6 +401,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#116]: https://github.com/jerus-org/lambda_sqs/pull/116 [#117]: https://github.com/jerus-org/lambda_sqs/pull/117 [#120]: https://github.com/jerus-org/lambda_sqs/pull/120 +[#118]: https://github.com/jerus-org/lambda_sqs/pull/118 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.36...HEAD [0.2.36]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...v0.2.36 [0.2.35]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...v0.2.35