Skip to content

Commit

Permalink
bump to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Nov 27, 2021
1 parent a119319 commit a8c5f4f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.7.0"
version = "1.8.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.7.0
version: 1.8.0
repository: https://github.com/fzyzcjy/flutter_rust_bridge
environment:
sdk: '>=2.14.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0"
version: "1.8.0"
frontend_server_client:
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.7.0"
version: "1.8.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.7.0"
version = "1.8.0"
edition = "2018"
description = "High-level memory-safe binding generator for Flutter/Dart <-> Rust"
license = "MIT"
Expand Down

0 comments on commit a8c5f4f

Please sign in to comment.