Skip to content

Commit

Permalink
bump from 1.41.1 to 1.41.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Aug 25, 2022
1 parent 2ed7949 commit f8fe96e
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 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.41.1"
version = "1.41.2"
edition = "2018"
description = "High-level memory-safe bindgen for Dart/Flutter <-> Rust"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions frb_codegen/contrib/flutter_rust_bridge_codegen.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "1.41.1",
"version": "1.41.2",
"description": "High-level memory-safe bindgen for Dart/Flutter <-> Rust",
"homepage": "https://fzyzcjy.github.io/flutter_rust_bridge/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fzyzcjy/flutter_rust_bridge/releases/download/v1.41.1/flutter_rust_bridge_codegen-x86_64-pc-windows-msvc-v1.41.1.zip",
"url": "https://github.com/fzyzcjy/flutter_rust_bridge/releases/download/v1.41.2/flutter_rust_bridge_codegen-x86_64-pc-windows-msvc-v1.41.2.zip",
"hash": "Not Found"
},
"32bit": {
"url": "https://github.com/fzyzcjy/flutter_rust_bridge/releases/download/v1.41.1/flutter_rust_bridge_codegen-i686-pc-windows-msvc-v1.41.1.zip",
"url": "https://github.com/fzyzcjy/flutter_rust_bridge/releases/download/v1.41.2/flutter_rust_bridge_codegen-i686-pc-windows-msvc-v1.41.2.zip",
"hash": "Not Found"
}
},
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.41.1
version: 1.41.2
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.4.0"
version: "8.4.1"
checked_yaml:
dependency: transitive
description:
Expand Down Expand Up @@ -161,14 +161,14 @@ packages:
name: ffigen
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.1"
version: "6.1.1"
file:
dependency: transitive
description:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.2"
version: "6.1.4"
fixnum:
dependency: transitive
description:
Expand All @@ -182,7 +182,7 @@ packages:
path: "../../../frb_dart"
relative: true
source: path
version: "1.41.1"
version: "1.41.2"
freezed:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -329,7 +329,7 @@ packages:
name: pubspec_parse
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
quiver:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 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.

10 changes: 5 additions & 5 deletions frb_example/pure_dart_multi/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.4.0"
version: "8.4.1"
checked_yaml:
dependency: transitive
description:
Expand Down Expand Up @@ -161,14 +161,14 @@ packages:
name: ffigen
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.1"
version: "6.1.1"
file:
dependency: transitive
description:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.2"
version: "6.1.4"
fixnum:
dependency: transitive
description:
Expand All @@ -182,7 +182,7 @@ packages:
path: "../../../frb_dart"
relative: true
source: path
version: "1.41.1"
version: "1.41.2"
freezed:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -329,7 +329,7 @@ packages:
name: pubspec_parse
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
quiver:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions frb_example/pure_dart_multi/rust/Cargo.lock

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

8 changes: 4 additions & 4 deletions frb_example/with_flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ packages:
name: built_value
url: "https://pub.dartlang.org"
source: hosted
version: "8.4.0"
version: "8.4.1"
characters:
dependency: transitive
description:
Expand Down Expand Up @@ -196,7 +196,7 @@ packages:
name: ffigen
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.1"
version: "6.1.1"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -234,7 +234,7 @@ packages:
path: "../../frb_dart"
relative: true
source: path
version: "1.41.1"
version: "1.41.2"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -410,7 +410,7 @@ packages:
name: pubspec_parse
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
quiver:
dependency: transitive
description:
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.41.1"
version = "1.41.2"
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.41.1"
version = "1.41.2"
edition = "2018"
description = "High-level memory-safe binding generator for Flutter/Dart <-> Rust"
license = "MIT"
Expand Down

0 comments on commit f8fe96e

Please sign in to comment.