Skip to content

Commit addc87f

Browse files
authored
Fix: CLI template version (#252)
* fix CLI template * Update CHANGELOG.md
1 parent 9a1c742 commit addc87f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Updated star_frame version in template (#252)
1013

1114
## [0.24.1] - 2025-09-04
1215

star_frame_cli/src/template/cargo_toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ codegen-units = 1
2424
[dependencies]
2525
borsh = { version = "1.5.7", features = ["derive"] }
2626
bytemuck = { version = "^1.22.0", features = ["extern_crate_std", "min_const_generics", "derive"] }
27-
star_frame = { version = "0.23.1", features = ["idl"] }
27+
star_frame = { version = "0.24.2" }
2828

2929
[dev-dependencies]
3030
codama-nodes = { version = "^0.4.0" }

0 commit comments

Comments
 (0)