Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions rust-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/iExecBlockchainComputing/github-actions-workflows/compare/rust-build-v2.1.0...rust-build-v3.0.0) (2026-07-29)


### ⚠ BREAKING CHANGES

* **rust-build:** consumers whose Cargo.lock is not committed or is out of sync with Cargo.toml will now fail CI instead of having the lockfile regenerated on the fly.

### Features

* **rust-build:** enforce --locked cargo commands and check doc warnings ([#131](https://github.com/iExecBlockchainComputing/github-actions-workflows/issues/131)) ([8b97a8c](https://github.com/iExecBlockchainComputing/github-actions-workflows/commit/8b97a8ca0ff2628c15d32ba61ce42d402abe3327))

## [2.1.0](https://github.com/iExecBlockchainComputing/github-actions-workflows/compare/rust-build-v2.0.0...rust-build-v2.1.0) (2026-03-19)


Expand Down
2 changes: 1 addition & 1 deletion rust-build/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
3.0.0