MOD: ver bumps

This commit is contained in:
JohnE 2026-04-18 14:45:37 -07:00
parent 474399eaa7
commit c9999dddc8
2 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[package]
name = "ccc_cryptography"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
[lib]