Skip to content

Commit e42db56

Browse files
chore(main): release rust-build 3.0.0
1 parent 8b97a8c commit e42db56

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

rust-build/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/iExecBlockchainComputing/github-actions-workflows/compare/rust-build-v2.1.0...rust-build-v3.0.0) (2026-07-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **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.
9+
10+
### Features
11+
12+
* **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))
13+
314
## [2.1.0](https://github.com/iExecBlockchainComputing/github-actions-workflows/compare/rust-build-v2.0.0...rust-build-v2.1.0) (2026-03-19)
415

516

rust-build/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
3.0.0

0 commit comments

Comments
 (0)