Skip to content

Commit

Permalink
bump from 1.23.0 to 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Apr 12, 2022
1 parent 00fecd4 commit 5eb16b5
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 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.23.0"
version = "1.24.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.23.0
version: 1.24.0
repository: https://github.com/fzyzcjy/flutter_rust_bridge
environment:
sdk: '>=2.14.0 <3.0.0'
Expand Down
14 changes: 7 additions & 7 deletions frb_example/pure_dart/dart/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "36.0.0"
version: "38.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.1"
version: "3.4.1"
args:
dependency: transitive
description:
Expand All @@ -28,7 +28,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.9.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -168,7 +168,7 @@ packages:
path: "../../../frb_dart"
relative: true
source: path
version: "1.23.0"
version: "1.24.0"
freezed:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -322,7 +322,7 @@ packages:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.0"
shelf_packages_handler:
dependency: transitive
description:
Expand Down Expand Up @@ -413,7 +413,7 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.20.1"
version: "1.20.2"
test_api:
dependency: transitive
description:
Expand Down Expand Up @@ -478,4 +478,4 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.16.0-100.0.dev <3.0.0"
dart: ">=2.16.0 <3.0.0"
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.23.0"
version: "1.24.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.23.0"
version = "1.24.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.23.0"
version = "1.24.0"
edition = "2018"
description = "High-level memory-safe binding generator for Flutter/Dart <-> Rust"
license = "MIT"
Expand Down

0 comments on commit 5eb16b5

Please sign in to comment.