Skip to content

Commit

Permalink
bump from 1.27.2 to 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Apr 29, 2022
1 parent a155272 commit cde820c
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion frb_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flutter_rust_bridge_codegen"
version = "1.27.2"
version = "1.28.0"
edition = "2018"
description = "High-level memory-safe bindgen for Dart/Flutter <-> Rust"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion frb_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_rust_bridge
description: High-level memory-safe binding generator for Flutter/Dart <-> Rust
version: 1.27.2
version: 1.28.0
repository: https://github.com/fzyzcjy/flutter_rust_bridge
environment:
sdk: '>=2.14.0 <3.0.0'
Expand Down
10 changes: 5 additions & 5 deletions frb_example/pure_dart/dart/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ packages:
name: built_value
url: "https://pub.dartlang.org"
source: hosted
version: "8.2.0"
version: "8.2.3"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -140,7 +140,7 @@ packages:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.2"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -168,7 +168,7 @@ packages:
path: "../../../frb_dart"
relative: true
source: path
version: "1.27.2"
version: "1.28.0"
freezed:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -238,7 +238,7 @@ packages:
name: json_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "4.4.0"
version: "4.5.0"
lints:
dependency: "direct main"
description:
Expand Down Expand Up @@ -462,7 +462,7 @@ packages:
name: web_socket_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.2.0"
webkit_inspection_protocol:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions frb_example/pure_dart/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frb_example/with_flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ packages:
path: "../../frb_dart"
relative: true
source: path
version: "1.27.2"
version: "1.28.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions frb_example/with_flutter/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frb_macros/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frb_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flutter_rust_bridge_macros"
version = "1.27.2"
version = "1.28.0"
edition = "2018"
description = "Supporting procedural macros for flutter_rust_bridge"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions frb_rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frb_rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flutter_rust_bridge"
version = "1.27.2"
version = "1.28.0"
edition = "2018"
description = "High-level memory-safe binding generator for Flutter/Dart <-> Rust"
license = "MIT"
Expand Down

0 comments on commit cde820c

Please sign in to comment.