diff --git a/pubspec.yaml b/pubspec.yaml index 6c3b3bd..8c5005c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: ccc_cryptography description: "Copius Cipher Chain Cryptography" publish_to: 'none' -version: 0.0.1 +version: 0.2.0 environment: sdk: ^3.10.1 @@ -10,18 +10,18 @@ environment: dependencies: flutter: sdk: flutter - plugin_platform_interface: ^2.0.2 - flutter_rust_bridge: 2.11.1 - freezed_annotation: ^2.4.1 - meta: ^1.11.0 + plugin_platform_interface: ^2.1.8 + flutter_rust_bridge: ^2.12.0 + freezed_annotation: ^3.1.0 + meta: ^1.17.0 #1.18.2 latest not allowed because of compatibility issues with other dependencies dev_dependencies: - ffi: ^2.1.3 + ffi: ^2.2.0 flutter_test: sdk: flutter flutter_lints: ^6.0.0 - build_runner: ^2.4.8 - freezed: ^2.5.2 + build_runner: ^2.13.1 + freezed: ^3.2.5 integration_test: sdk: flutter diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 731b73d..dfd02e1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ccc_cryptography" -version = "0.1.0" +version = "0.2.0" edition = "2021" [lib]