MOD: trying to fix app build that depends on this, example runs so prob good to go

This commit is contained in:
JohnE 2026-04-18 15:28:24 -07:00
parent c9999dddc8
commit b480363e92
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
flutter_rust_bridge: ^2.12.0
flutter_rust_bridge: 2.11.1 # pinned to match codegen version in frb_generated.dart, 2.12.0 is not compatible at this time
freezed_annotation: ^3.1.0
meta: ^1.17.0 #1.18.2 latest not allowed because of compatibility issues with other dependencies

2
rust/Cargo.lock generated
View File

@ -207,7 +207,7 @@ dependencies = [
[[package]]
name = "ccc_cryptography"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"ccc-crypto-core",
"ccc-crypto-wolfssl",