Skip to content

Commit

Permalink
chore: update native_assets_cli version (#16)
Browse files Browse the repository at this point in the history
Fixes #15
  • Loading branch information
knopp authored Jul 28, 2024
1 parent 20b7190 commit da1ef63
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 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.4
native_assets_cli: ^0.6.1
native_assets_cli: ^0.7.2

dev_dependencies:
lints: ^3.0.0
Expand Down
20 changes: 10 additions & 10 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: dd11b0b4c7b7477e10c3e40cd9ed4006aec19069cee4cd5f15d81e8076d49ae4
sha256: "3da9bdd4beb2ed059dae7fd93baa62c5f6c3cdf630bbb88334303dfa92d6da26"
url: "https://pub.dev"
source: hosted
version: "0.6.1"
version: "0.7.2"
native_toolchain_rust:
dependency: "direct overridden"
description:
Expand Down Expand Up @@ -440,10 +440,10 @@ packages:
dependency: transitive
description:
name: string_scanner
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
url: "https://pub.dev"
source: hosted
version: "1.2.0"
version: "1.3.0"
term_glyph:
dependency: transitive
description:
Expand All @@ -456,26 +456,26 @@ packages:
dependency: transitive
description:
name: test
sha256: "7ee44229615f8f642b68120165ae4c2a75fe77ae2065b1e55ae4711f6cf0899e"
sha256: "713a8789d62f3233c46b4a90b174737b2c04cb6ae4500f2aa8b1be8f03f5e67f"
url: "https://pub.dev"
source: hosted
version: "1.25.7"
version: "1.25.8"
test_api:
dependency: transitive
description:
name: test_api
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
url: "https://pub.dev"
source: hosted
version: "0.7.2"
version: "0.7.3"
test_core:
dependency: transitive
description:
name: test_core
sha256: "55ea5a652e38a1dfb32943a7973f3681a60f872f8c3a05a14664ad54ef9c6696"
sha256: "12391302411737c176b0b5d6491f466b0dd56d4763e347b6714efbaa74d7953d"
url: "https://pub.dev"
source: hosted
version: "0.6.4"
version: "0.6.5"
toml:
dependency: transitive
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.4
native_assets_cli: ^0.6.1
native_assets_cli: ^0.7.2

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: dd11b0b4c7b7477e10c3e40cd9ed4006aec19069cee4cd5f15d81e8076d49ae4
sha256: "3da9bdd4beb2ed059dae7fd93baa62c5f6c3cdf630bbb88334303dfa92d6da26"
url: "https://pub.dev"
source: hosted
version: "0.6.1"
version: "0.7.2"
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.1
native_assets_cli: ^0.7.2
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: dd11b0b4c7b7477e10c3e40cd9ed4006aec19069cee4cd5f15d81e8076d49ae4
sha256: "3da9bdd4beb2ed059dae7fd93baa62c5f6c3cdf630bbb88334303dfa92d6da26"
url: "https://pub.dev"
source: hosted
version: "0.6.1"
version: "0.7.2"
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 @@ -10,7 +10,7 @@ dependencies:
native_toolchain_rust_common: ^0.1.0-dev.3
collection: ^1.18.0
logging: ^1.2.0
native_assets_cli: ^0.6.1
native_assets_cli: ^0.7.2
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.1
native_assets_cli: ^0.7.2
http: ^1.2.1
logging: ^1.2.0
path: ^1.9.0
Expand Down

0 comments on commit da1ef63

Please sign in to comment.