Skip to content

Commit

Permalink
feat: Bump Iota to 0.2.0 (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzpap authored Sep 5, 2024
1 parent b88335b commit 50f2bb8
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 40 deletions.
64 changes: 32 additions & 32 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ members = [

[workspace.package]
# This version string will be inherited by iota-core, iota-faucet, iota-node, iota-tools, iota-sdk, iota-move-build, and iota crates.
version = "0.1.6"
version = "0.2.0"

[profile.release]
# debug = 1 means line charts only, which is minimum needed for good stack traces
Expand Down
2 changes: 1 addition & 1 deletion crates/iota-framework/packages/deepbook/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ name = "MoveStdlib"
source = { local = "../move-stdlib" }

[move.toolchain-version]
compiler-version = "0.1.6"
compiler-version = "0.2.0"
edition = "legacy"
flavor = "iota"
2 changes: 1 addition & 1 deletion crates/iota-framework/packages/iota-framework/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ name = "MoveStdlib"
source = { local = "../move-stdlib" }

[move.toolchain-version]
compiler-version = "0.1.6"
compiler-version = "0.2.0"
edition = "legacy"
flavor = "iota"
2 changes: 1 addition & 1 deletion crates/iota-framework/packages/iota-system/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ name = "MoveStdlib"
source = { local = "../move-stdlib" }

[move.toolchain-version]
compiler-version = "0.1.6"
compiler-version = "0.2.0"
edition = "legacy"
flavor = "iota"
2 changes: 1 addition & 1 deletion crates/iota-framework/packages/move-stdlib/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ manifest_digest = "774F1883683AAACD2512A2B6C01188350E10E5A035E065A8CF110CE44A564
deps_digest = "E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855"

[move.toolchain-version]
compiler-version = "0.1.6"
compiler-version = "0.2.0"
edition = "legacy"
flavor = "iota"
2 changes: 1 addition & 1 deletion crates/iota-framework/packages/stardust/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ name = "MoveStdlib"
source = { local = "../move-stdlib" }

[move.toolchain-version]
compiler-version = "0.1.6"
compiler-version = "0.2.0"
edition = "legacy"
flavor = "iota"
2 changes: 1 addition & 1 deletion crates/iota-open-rpc/spec/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "Apache-2.0",
"url": "https://raw.githubusercontent.com/iotaledger/iota/main/LICENSE"
},
"version": "0.1.6"
"version": "0.2.0"
},
"methods": [
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// This file is generated by genversion.mjs. Do not edit it directly.

export const PACKAGE_VERSION = '0.1.1';
export const TARGETED_RPC_VERSION = '0.1.6';
export const TARGETED_RPC_VERSION = '0.2.0';

0 comments on commit 50f2bb8

Please sign in to comment.