Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jan 2, 2024
1 parent baf0552 commit 7eab4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/frb_internal/lib/src/makefile_dart/release.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void _updateVersionInText() {

for (final package in ['flutter_rust_bridge', 'flutter_rust_bridge_macros']) {
simpleReplaceFile(
'${exec.pwd}frb_codegen/assets/integration_template/rust/Cargo.lock.template',
'${exec.pwd}frb_codegen/assets/integration_template/REPLACE_ME_RUST_CRATE_DIR/Cargo.lock.template',
'[[package]]\nname = "$package"\nversion = "${versionInfo.oldVersion}"',
'[[package]]\nname = "$package"\nversion = "${versionInfo.newVersion}"',
);
Expand Down

0 comments on commit 7eab4a8

Please sign in to comment.