Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp committed Jul 4, 2024
1 parent 1c2ea81 commit 0e32996
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions example/flutter_package/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,14 @@ packages:
path: "../../../native_toolchain_rust"
relative: true
source: path
version: "0.1.0-dev.2"
version: "0.1.0-dev.3"
native_toolchain_rust_common:
dependency: "direct overridden"
description:
path: "../../../native_toolchain_rust_common"
relative: true
source: path
version: "0.1.0-dev.2"
version: "0.1.0-dev.3"
node_preamble:
dependency: transitive
description:
Expand Down Expand Up @@ -358,7 +358,7 @@ packages:
path: "../../../rustup"
relative: true
source: path
version: "0.1.0-dev.2"
version: "0.1.0-dev.3"
shelf:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions native_doctor/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ packages:
path: "../native_toolchain_rust_common"
relative: true
source: path
version: "0.1.0-dev.2"
version: "0.1.0-dev.3"
node_preamble:
dependency: transitive
description:
Expand Down Expand Up @@ -286,7 +286,7 @@ packages:
path: "../rustup"
relative: true
source: path
version: "0.1.0-dev.2"
version: "0.1.0-dev.3"
shelf:
dependency: transitive
description:
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 @@ -199,7 +199,7 @@ packages:
path: "../native_toolchain_rust_common"
relative: true
source: path
version: "0.1.0-dev.2"
version: "0.1.0-dev.3"
node_preamble:
dependency: transitive
description:
Expand Down Expand Up @@ -270,7 +270,7 @@ packages:
path: "../rustup"
relative: true
source: path
version: "0.1.0-dev.2"
version: "0.1.0-dev.3"
shelf:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion native_toolchain_rust/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: native_toolchain_rust
description: Library to interact with rustup and cargo when building Dart and Flutter native assets written in Rust.
version: 0.1.0-dev.2
version: 0.1.0-dev.3
homepage: https://github.com/irondash/native_toolchain_rust.git
publish_to: none

Expand Down

0 comments on commit 0e32996

Please sign in to comment.