MOD: trying to fix app build that depends on this, example runs so prob good to go
This commit is contained in:
parent
c9999dddc8
commit
b480363e92
|
|
@ -11,7 +11,7 @@ dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
plugin_platform_interface: ^2.1.8
|
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
|
freezed_annotation: ^3.1.0
|
||||||
meta: ^1.17.0 #1.18.2 latest not allowed because of compatibility issues with other dependencies
|
meta: ^1.17.0 #1.18.2 latest not allowed because of compatibility issues with other dependencies
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -207,7 +207,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ccc_cryptography"
|
name = "ccc_cryptography"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ccc-crypto-core",
|
"ccc-crypto-core",
|
||||||
"ccc-crypto-wolfssl",
|
"ccc-crypto-wolfssl",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue