diff --git a/bindings/dart/rust/Cargo.toml b/bindings/dart/rust/Cargo.toml index 9975a59..1ea07a9 100644 --- a/bindings/dart/rust/Cargo.toml +++ b/bindings/dart/rust/Cargo.toml @@ -2,7 +2,7 @@ name = "ae-core-dart" version = "0.1.0" edition = "2021" -rust-version = "1.82" +rust-version = "1.85" license = "MIT" description = "flutter_rust_bridge binding over the ae-core protocol primitives" publish = false diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index f3ab3f6..e003527 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -2,7 +2,7 @@ name = "ae-core-py" version = "0.1.0" edition = "2021" -rust-version = "1.82" +rust-version = "1.85" license = "MIT" description = "PyO3 binding over the ae-core protocol primitives" publish = false diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 1c7c54a..9a6c590 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -5,7 +5,7 @@ members = ["ae-core", "ae-fate", "ae-parity"] [workspace.package] version = "0.0.0" edition = "2021" -rust-version = "1.82" +rust-version = "1.85" license = "MIT" repository = "https://github.com/growae/reactive" publish = false