diff --git a/.github/workflows/check_crate.yml b/.github/workflows/check_crate.yml index b650520a884..61c4de6756d 100644 --- a/.github/workflows/check_crate.yml +++ b/.github/workflows/check_crate.yml @@ -164,6 +164,7 @@ jobs: - name: Check Cargo.toml To Ensure That All 3rd Party Crates Have Specified Versions run: | set -ex + cargo install toml2json@1.3.1 regex="^[\^|=]*[0-9]+(\.[0-9]+)*(\.[0-9]+)*$" @@ -185,7 +186,7 @@ jobs: echo "crate_name: $crate_name" echo "version: $version" else - echo "No version found for $crate_name $version" + echo "No version found for $crate_name $version in crate $crate" exit 1 fi done diff --git a/implementations/rust/ockam/ockam_rust_elixir_nifs/CHANGELOG.md b/implementations/rust/ockam/ockam_rust_elixir_nifs/CHANGELOG.md new file mode 100644 index 00000000000..d6637e04998 --- /dev/null +++ b/implementations/rust/ockam/ockam_rust_elixir_nifs/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).