Skip to content

Commit

Permalink
Merge pull request #2057 from iotaledger/sc-platform/bump-v0.1.5
Browse files Browse the repository at this point in the history
feat: Bump Iota to v0.1.5
  • Loading branch information
lzpap authored Aug 26, 2024
2 parents 84c90f0 + cb46c15 commit 4f1d0f8
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# iota-sdk version needs to be explicitly defined here due to this bug
# https://github.com/rust-lang/cargo/issues/12891
# (we have the stardust iota-sdk package as a dependency)
run: cargo nextest run --profile ci -E 'rdeps(iota-sdk)' -p [email protected].4
run: cargo nextest run --profile ci -E 'rdeps(iota-sdk)' -p [email protected].5

check-unused-deps:
name: Check Unused Dependencies of ${{ matrix.components }} (${{ matrix.flags }})
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
# https://github.com/rust-lang/cargo/issues/12891
# (we have the stardust iota-sdk package as a dependency)
- name: Run Cargo Udeps
run: cargo +nightly ci-udeps -p [email protected].4 ${{ matrix.flags }}
run: cargo +nightly ci-udeps -p [email protected].5 ${{ matrix.flags }}

test-extra:
env:
Expand Down
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.4"
version = "0.1.5"

[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.4"
compiler-version = "0.1.5"
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.4"
compiler-version = "0.1.5"
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.4"
compiler-version = "0.1.5"
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.4"
compiler-version = "0.1.5"
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.4"
compiler-version = "0.1.5"
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.4"
"version": "0.1.5"
},
"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.4';
export const TARGETED_RPC_VERSION = '0.1.5';

0 comments on commit 4f1d0f8

Please sign in to comment.