Skip to content

Commit

Permalink
chore: bump native_assets_cli dependency (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp authored Jul 5, 2024
1 parent 6124e3c commit 29def19
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion example/dart_package/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
native_toolchain_rust: ^0.1.0-dev.2
native_assets_cli: ^0.6.0
native_assets_cli: ^0.6.1

dev_dependencies:
lints: ^3.0.0
Expand Down
4 changes: 2 additions & 2 deletions example/flutter_package/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ packages:
dependency: transitive
description:
name: native_assets_cli
sha256: f54ddc4a3f8cff1d8d63723b4938902da7586a5a47fe3c1bfa226eb80223f32e
sha256: dd11b0b4c7b7477e10c3e40cd9ed4006aec19069cee4cd5f15d81e8076d49ae4
url: "https://pub.dev"
source: hosted
version: "0.6.0"
version: "0.6.1"
native_toolchain_rust:
dependency: "direct overridden"
description:
Expand Down
2 changes: 1 addition & 1 deletion example/flutter_package/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
native_toolchain_rust: ^0.1.0-dev.2
native_assets_cli: ^0.6.0
native_assets_cli: ^0.6.1

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions native_doctor/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ packages:
dependency: "direct main"
description:
name: native_assets_cli
sha256: f54ddc4a3f8cff1d8d63723b4938902da7586a5a47fe3c1bfa226eb80223f32e
sha256: dd11b0b4c7b7477e10c3e40cd9ed4006aec19069cee4cd5f15d81e8076d49ae4
url: "https://pub.dev"
source: hosted
version: "0.6.0"
version: "0.6.1"
native_toolchain_rust_common:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion native_doctor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
pub_semver: ^2.1.4
yaml: ^3.1.2
pubspec_parse: ^1.2.3
native_assets_cli: ^0.6.0
native_assets_cli: ^0.6.1
collection: ^1.18.0
logging: ^1.2.0
path: ^1.9.0
Expand Down
4 changes: 2 additions & 2 deletions native_toolchain_rust/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ packages:
dependency: "direct main"
description:
name: native_assets_cli
sha256: f54ddc4a3f8cff1d8d63723b4938902da7586a5a47fe3c1bfa226eb80223f32e
sha256: dd11b0b4c7b7477e10c3e40cd9ed4006aec19069cee4cd5f15d81e8076d49ae4
url: "https://pub.dev"
source: hosted
version: "0.6.0"
version: "0.6.1"
native_toolchain_rust_common:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion native_toolchain_rust/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
native_toolchain_rust_common: ^0.1.0-dev.3
collection: ^1.18.0
logging: ^1.2.0
native_assets_cli: ^0.6.0
native_assets_cli: ^0.6.1
path: ^1.9.0
process: ^5.0.2
pub_semver: ^2.1.4
Expand Down
2 changes: 1 addition & 1 deletion rustup/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
native_toolchain_rust_common: ^0.1.0-dev.3
process: ^5.0.2
pub_semver: ^2.1.4
native_assets_cli: ^0.6.0
native_assets_cli: ^0.6.1
http: ^1.2.1
logging: ^1.2.0
path: ^1.9.0
Expand Down

0 comments on commit 29def19

Please sign in to comment.