Skip to content

Commit 730991c

Browse files
authored
build(2.0.0-rc.2): include wasm/Cargo.lock, allow trivial_numeric_casts (#5459)
* build(2.0.0-rc.2): include `wasm/Cargo.lock`, allow `trivial_numeric_casts` * chore: update CHANGELOG.md * chore(release): bump version to v2.0.0-rc.2.1 Signed-off-by: Shunkichi Sato <49983831+s8sato@users.noreply.github.com>
1 parent 765e8b3 commit 730991c

File tree

6 files changed

+2009
-95
lines changed

6 files changed

+2009
-95
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
**/storage/
33
**/*.rs.bk
44
**/rusty-tags.vi
5-
/**/Cargo.lock
65

76
crates/iroha_config/__pycaсhe__
87
**/__pycache__/*

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
77

88
## [Unreleased]
99

10+
## [2.0.0-rc.2.1] - 2025-06-05
11+
12+
### 💼 Other
13+
14+
- *(2.0.0-rc.2)* Include `wasm/Cargo.lock`, allow `trivial_numeric_casts`
15+
1016
## [2.0.0-rc.2.0] - 2025-05-08
1117

1218
### 🚀 Features

0 commit comments

Comments
 (0)