Skip to content

Commit

Permalink
bump to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Nov 26, 2021
1 parent 7a45ef3 commit 8603c1e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.6.1"
version = "1.7.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.6.1
version: 1.7.0
repository: https://github.com/fzyzcjy/flutter_rust_bridge
environment:
sdk: '>=2.14.0 <3.0.0'
Expand Down
8 changes: 4 additions & 4 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:
path: "../../../frb_dart"
relative: true
source: path
version: "1.6.1"
version: "1.7.0"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -287,21 +287,21 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.19.3"
version: "1.19.4"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.7"
version: "0.4.8"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.8"
version: "0.4.9"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion 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.6.1"
version: "1.7.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion 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_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.6.1"
version = "1.7.0"
edition = "2018"
description = "High-level memory-safe binding generator for Flutter/Dart <-> Rust"
license = "MIT"
Expand Down

0 comments on commit 8603c1e

Please sign in to comment.