diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7067b5277..ca27953caa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased] +## Version 6.0.0-beta + ### Added - Implements the API for the `pallet-revive` host function `gas_limit` - [#2691](https://github.com/use-ink/ink/pull/2691) - Implements the API for the `pallet-revive` host function `to_account_id` - [#2578](https://github.com/use-ink/ink/pull/2578) diff --git a/Cargo.lock b/Cargo.lock index e7f29d9f992..a2ba1d89af0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" +checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" dependencies = [ "memchr", ] @@ -1461,9 +1461,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.41" +version = "1.2.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7" +checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2" dependencies = [ "find-msvc-tools", "shlex", @@ -1526,9 +1526,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.50" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623" +checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" dependencies = [ "clap_builder", "clap_derive", @@ -1536,9 +1536,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.50" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0" +checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" dependencies = [ "anstream", "anstyle", @@ -1707,8 +1707,9 @@ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] name = "contract-build" -version = "6.0.0-alpha.4" -source = "git+https://github.com/use-ink/cargo-contract?branch=master#ea8f9a2d5a98460af8a0c954ddb9af21075604b5" +version = "6.0.0-beta" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87fa86f2beac2032fc847c12790be1b8174c75221b76302ccb80f2f8220f2991" dependencies = [ "alloy-json-abi", "anyhow", @@ -1724,7 +1725,7 @@ dependencies = [ "heck", "hex", "impl-serde", - "ink_metadata 6.0.0-alpha.4 (git+https://github.com/use-ink/ink?tag=v6.0.0-alpha.4)", + "ink_metadata 6.0.0-beta (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.14.0", "parity-scale-codec", "polkavm-linker", @@ -1750,8 +1751,9 @@ dependencies = [ [[package]] name = "contract-metadata" -version = "6.0.0-alpha.4" -source = "git+https://github.com/use-ink/cargo-contract?branch=master#ea8f9a2d5a98460af8a0c954ddb9af21075604b5" +version = "6.0.0-beta" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c02a2b14a48c5fe96994ce5c7f7c113763b7ae9ecc5997e77a99fa7b1f9d52e" dependencies = [ "anyhow", "impl-serde", @@ -2025,9 +2027,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071" +checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" dependencies = [ "powerfmt", "serde_core", @@ -2224,9 +2226,9 @@ dependencies = [ [[package]] name = "document-features" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" +checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" dependencies = [ "litrs", ] @@ -2356,18 +2358,18 @@ dependencies = [ [[package]] name = "enum-ordinalize" -version = "4.3.0" +version = "4.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" +checksum = "4a1091a7bb1f8f2c4b28f1fe2cef4980ca2d410a3d727d67ecc3178c9b0800f0" dependencies = [ "enum-ordinalize-derive", ] [[package]] name = "enum-ordinalize-derive" -version = "4.3.1" +version = "4.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" +checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631" dependencies = [ "proc-macro2", "quote", @@ -2619,11 +2621,11 @@ dependencies = [ "serde", "sp-api 26.0.0", "sp-application-crypto 30.0.0", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-io 30.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", + "sp-io 30.0.0", "sp-runtime 31.0.1", - "sp-runtime-interface 24.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-storage 19.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-runtime-interface 24.0.0", + "sp-storage 19.0.0", "static_assertions", ] @@ -2692,21 +2694,21 @@ dependencies = [ "serde", "serde_json", "sp-api 26.0.0", - "sp-arithmetic 23.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-arithmetic 23.0.0", + "sp-core 28.0.0", "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", "sp-debug-derive 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", "sp-genesis-builder 0.8.0", "sp-inherents 26.0.0", - "sp-io 30.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-io 30.0.0", "sp-metadata-ir 0.6.0", "sp-runtime 31.0.1", "sp-staking 26.0.0", - "sp-state-machine 0.35.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-state-machine 0.35.0", "sp-std 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-tracing 16.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-trie 29.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-weights 27.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-tracing 16.0.0", + "sp-trie 29.0.0", + "sp-weights 27.0.0", "tt-call", ] @@ -2851,11 +2853,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-io 30.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", + "sp-io 30.0.0", "sp-runtime 31.0.1", "sp-version 29.0.0", - "sp-weights 27.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-weights 27.0.0", ] [[package]] @@ -3191,9 +3193,9 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hex-literal" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" +checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1" [[package]] name = "hmac" @@ -3387,9 +3389,9 @@ dependencies = [ [[package]] name = "icu_collections" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" +checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" dependencies = [ "displaydoc", "potential_utf", @@ -3400,9 +3402,9 @@ dependencies = [ [[package]] name = "icu_locale_core" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" +checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" dependencies = [ "displaydoc", "litemap", @@ -3413,11 +3415,10 @@ dependencies = [ [[package]] name = "icu_normalizer" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" +checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" dependencies = [ - "displaydoc", "icu_collections", "icu_normalizer_data", "icu_properties", @@ -3428,42 +3429,38 @@ dependencies = [ [[package]] name = "icu_normalizer_data" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" +checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" [[package]] name = "icu_properties" -version = "2.0.1" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" +checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99" dependencies = [ - "displaydoc", "icu_collections", "icu_locale_core", "icu_properties_data", "icu_provider", - "potential_utf", "zerotrie", "zerovec", ] [[package]] name = "icu_properties_data" -version = "2.0.1" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" +checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899" [[package]] name = "icu_provider" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" +checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" dependencies = [ "displaydoc", "icu_locale_core", - "stable_deref_trait", - "tinystr", "writeable", "yoke", "zerofrom", @@ -3600,7 +3597,7 @@ dependencies = [ [[package]] name = "ink" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "const_format", "derive_more 2.0.1", @@ -3608,9 +3605,9 @@ dependencies = [ "ink_env", "ink_ir", "ink_macro", - "ink_metadata 6.0.0-alpha.4", - "ink_prelude 6.0.0-alpha.4", - "ink_primitives 6.0.0-alpha.4", + "ink_metadata 6.0.0-beta", + "ink_prelude 6.0.0-beta", + "ink_primitives 6.0.0-beta", "ink_storage", "keccak-const", "linkme", @@ -3626,7 +3623,7 @@ dependencies = [ [[package]] name = "ink_allocator" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "cfg-if", "quickcheck", @@ -3635,7 +3632,7 @@ dependencies = [ [[package]] name = "ink_codegen" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "blake2", "derive_more 2.0.1", @@ -3643,7 +3640,7 @@ dependencies = [ "heck", "impl-serde", "ink_ir", - "ink_primitives 6.0.0-alpha.4", + "ink_primitives 6.0.0-beta", "itertools 0.14.0", "parity-scale-codec", "polkavm-derive 0.26.0", @@ -3656,7 +3653,7 @@ dependencies = [ [[package]] name = "ink_e2e" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "cargo_metadata 0.21.0", "contract-build", @@ -3665,7 +3662,7 @@ dependencies = [ "ink", "ink_e2e_macro", "ink_env", - "ink_primitives 6.0.0-alpha.4", + "ink_primitives 6.0.0-beta", "ink_revive_types", "itertools 0.14.0", "jsonrpsee", @@ -3689,7 +3686,7 @@ dependencies = [ [[package]] name = "ink_e2e_macro" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "darling 0.20.11", "derive_more 2.0.1", @@ -3707,12 +3704,12 @@ dependencies = [ [[package]] name = "ink_engine" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "blake2", "derive_more 2.0.1", - "hex-literal 1.0.0", - "ink_primitives 6.0.0-alpha.4", + "hex-literal 1.1.0", + "ink_primitives 6.0.0-beta", "pallet-revive-uapi 0.8.0", "parity-scale-codec", "secp256k1 0.30.0", @@ -3722,19 +3719,19 @@ dependencies = [ [[package]] name = "ink_env" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "blake2", "cfg-if", "const-crypto", "const_env", "derive_more 2.0.1", - "hex-literal 1.0.0", + "hex-literal 1.1.0", "ink", "ink_allocator", "ink_engine", - "ink_prelude 6.0.0-alpha.4", - "ink_primitives 6.0.0-alpha.4", + "ink_prelude 6.0.0-beta", + "ink_primitives 6.0.0-beta", "ink_storage_traits", "num-traits", "pallet-revive-uapi 0.8.0", @@ -3753,12 +3750,12 @@ dependencies = [ [[package]] name = "ink_ir" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "blake2", "either", "impl-serde", - "ink_prelude 6.0.0-alpha.4", + "ink_prelude 6.0.0-beta", "itertools 0.14.0", "proc-macro2", "quote", @@ -3768,15 +3765,15 @@ dependencies = [ [[package]] name = "ink_macro" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "ink", "ink_codegen", "ink_env", "ink_ir", - "ink_metadata 6.0.0-alpha.4", - "ink_prelude 6.0.0-alpha.4", - "ink_primitives 6.0.0-alpha.4", + "ink_metadata 6.0.0-beta", + "ink_prelude 6.0.0-beta", + "ink_primitives 6.0.0-beta", "ink_storage", "parity-scale-codec", "proc-macro2", @@ -3788,12 +3785,12 @@ dependencies = [ [[package]] name = "ink_metadata" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "derive_more 2.0.1", "impl-serde", - "ink_prelude 6.0.0-alpha.4", - "ink_primitives 6.0.0-alpha.4", + "ink_prelude 6.0.0-beta", + "ink_primitives 6.0.0-beta", "parity-scale-codec", "pretty_assertions", "scale-info", @@ -3804,13 +3801,14 @@ dependencies = [ [[package]] name = "ink_metadata" -version = "6.0.0-alpha.4" -source = "git+https://github.com/use-ink/ink?tag=v6.0.0-alpha.4#fc608bfa1a78f7068a64907c616c40749fbb7723" +version = "6.0.0-beta" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc1d9956a60b45570157d1bcebb673b6a9ec60cb53e6c3268d7fcabf4dbc7e12" dependencies = [ "derive_more 2.0.1", "impl-serde", - "ink_prelude 6.0.0-alpha.4 (git+https://github.com/use-ink/ink?tag=v6.0.0-alpha.4)", - "ink_primitives 6.0.0-alpha.4 (git+https://github.com/use-ink/ink?tag=v6.0.0-alpha.4)", + "ink_prelude 6.0.0-beta (registry+https://github.com/rust-lang/crates.io-index)", + "ink_primitives 6.0.0-beta (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", "scale-info", "schemars 0.8.22", @@ -3819,22 +3817,23 @@ dependencies = [ [[package]] name = "ink_prelude" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "cfg-if", ] [[package]] name = "ink_prelude" -version = "6.0.0-alpha.4" -source = "git+https://github.com/use-ink/ink?tag=v6.0.0-alpha.4#fc608bfa1a78f7068a64907c616c40749fbb7723" +version = "6.0.0-beta" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d479be89808c6b094ca7586bc6efe0a67b48ac472caa72b51977d2540ec80c91" dependencies = [ "cfg-if", ] [[package]] name = "ink_primitives" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "alloy-sol-types", "cfg-if", @@ -3842,7 +3841,7 @@ dependencies = [ "impl-trait-for-tuples", "ink", "ink_env", - "ink_prelude 6.0.0-alpha.4", + "ink_prelude 6.0.0-beta", "itertools 0.14.0", "num-traits", "pallet-revive-uapi 0.8.0", @@ -3860,17 +3859,18 @@ dependencies = [ [[package]] name = "ink_primitives" -version = "6.0.0-alpha.4" -source = "git+https://github.com/use-ink/ink?tag=v6.0.0-alpha.4#fc608bfa1a78f7068a64907c616c40749fbb7723" +version = "6.0.0-beta" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3a01d7a5e72e7bce2e62691f835588e6b83f9a17af748a6adc30c49f928c365" dependencies = [ "alloy-sol-types", "cfg-if", "derive_more 2.0.1", "impl-trait-for-tuples", - "ink_prelude 6.0.0-alpha.4 (git+https://github.com/use-ink/ink?tag=v6.0.0-alpha.4)", + "ink_prelude 6.0.0-beta (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.14.0", "num-traits", - "pallet-revive-uapi 0.1.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", + "pallet-revive-uapi 0.8.0", "parity-scale-codec", "paste", "primitive-types 0.13.1", @@ -3878,20 +3878,18 @@ dependencies = [ "scale-encode", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-io 30.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-runtime-interface 24.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-weights 27.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", + "sp-core 38.1.0", + "sp-weights 33.1.0", "xxhash-rust", ] [[package]] name = "ink_revive_types" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "alloy-core", "derive_more 2.0.1", - "ink_primitives 6.0.0-alpha.4", + "ink_primitives 6.0.0-beta", "pallet-revive-uapi 0.8.0", "parity-scale-codec", "scale-info", @@ -3902,7 +3900,7 @@ dependencies = [ [[package]] name = "ink_sandbox" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "frame-metadata", "frame-support 28.0.0", @@ -3910,7 +3908,7 @@ dependencies = [ "ink_e2e", "ink_e2e_macro", "ink_env", - "ink_primitives 6.0.0-alpha.4", + "ink_primitives 6.0.0-beta", "ink_revive_types", "jsonrpsee", "pallet-balances", @@ -3922,8 +3920,8 @@ dependencies = [ "scale-info", "sha3", "sp-core 38.1.0", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-io 30.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-externalities 0.25.0", + "sp-io 30.0.0", "sp-runtime 43.0.0", "subxt-metadata 0.44.0", "thiserror 2.0.17", @@ -3931,16 +3929,16 @@ dependencies = [ [[package]] name = "ink_storage" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ "array-init", "cfg-if", "derive_more 2.0.1", "ink", "ink_env", - "ink_metadata 6.0.0-alpha.4", - "ink_prelude 6.0.0-alpha.4", - "ink_primitives 6.0.0-alpha.4", + "ink_metadata 6.0.0-beta", + "ink_prelude 6.0.0-beta", + "ink_primitives 6.0.0-beta", "ink_storage_traits", "itertools 0.14.0", "pallet-revive-uapi 0.8.0", @@ -3952,11 +3950,11 @@ dependencies = [ [[package]] name = "ink_storage_traits" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" dependencies = [ - "ink_metadata 6.0.0-alpha.4", - "ink_prelude 6.0.0-alpha.4", - "ink_primitives 6.0.0-alpha.4", + "ink_metadata 6.0.0-beta", + "ink_prelude 6.0.0-beta", + "ink_primitives 6.0.0-beta", "parity-scale-codec", "paste", "scale-info", @@ -4080,9 +4078,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "js-sys" -version = "0.3.81" +version = "0.3.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" +checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" dependencies = [ "once_cell", "wasm-bindgen", @@ -4348,15 +4346,15 @@ checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" [[package]] name = "litemap" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" +checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" [[package]] name = "litrs" -version = "0.4.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" +checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" [[package]] name = "lock_api" @@ -4500,14 +4498,14 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.4" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" +checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" dependencies = [ "libc", "log", "wasi", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4774,7 +4772,7 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", "sp-runtime 31.0.1", ] @@ -4799,8 +4797,8 @@ dependencies = [ "num-integer", "num-traits", "pallet-revive-fixtures", - "pallet-revive-proc-macro 0.1.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "pallet-revive-uapi 0.1.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "pallet-revive-proc-macro 0.1.0", + "pallet-revive-uapi 0.1.0", "pallet-transaction-payment", "parity-scale-codec", "paste", @@ -4813,12 +4811,12 @@ dependencies = [ "scale-info", "serde", "sp-api 26.0.0", - "sp-arithmetic 23.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-arithmetic 23.0.0", "sp-consensus-aura", "sp-consensus-babe", "sp-consensus-slots", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-io 30.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", + "sp-io 30.0.0", "sp-runtime 31.0.1", "substrate-bn", "subxt-signer 0.43.0", @@ -4833,24 +4831,14 @@ dependencies = [ "anyhow", "cargo_metadata 0.15.4", "hex", - "pallet-revive-uapi 0.1.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "pallet-revive-uapi 0.1.0", "polkavm-linker", "serde_json", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-io 30.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", + "sp-io 30.0.0", "toml 0.8.23", ] -[[package]] -name = "pallet-revive-proc-macro" -version = "0.1.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.108", -] - [[package]] name = "pallet-revive-proc-macro" version = "0.1.0" @@ -4872,18 +4860,6 @@ dependencies = [ "syn 2.0.108", ] -[[package]] -name = "pallet-revive-uapi" -version = "0.1.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "bitflags 1.3.2", - "const-crypto", - "hex-literal 0.4.1", - "pallet-revive-proc-macro 0.1.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "polkavm-derive 0.27.0", -] - [[package]] name = "pallet-revive-uapi" version = "0.1.0" @@ -4893,7 +4869,7 @@ dependencies = [ "bitflags 1.3.2", "const-crypto", "hex-literal 0.4.1", - "pallet-revive-proc-macro 0.1.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "pallet-revive-proc-macro 0.1.0", "parity-scale-codec", "polkavm-derive 0.29.0", "scale-info", @@ -4926,7 +4902,7 @@ dependencies = [ "scale-info", "sp-inherents 26.0.0", "sp-runtime 31.0.1", - "sp-storage 19.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-storage 19.0.0", "sp-timestamp", ] @@ -4942,7 +4918,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io 30.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-io 30.0.0", "sp-runtime 31.0.1", ] @@ -5358,9 +5334,9 @@ dependencies = [ [[package]] name = "potential_utf" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" +checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" dependencies = [ "zerovec", ] @@ -5503,9 +5479,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.102" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e0f6df8eaa422d97d72edcd152e1451618fed47fabbdbd5a8864167b1d4aff7" +checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" dependencies = [ "unicode-ident", ] @@ -5526,14 +5502,13 @@ dependencies = [ [[package]] name = "proptest" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce" +checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" dependencies = [ "bit-set", "bit-vec", "bitflags 2.10.0", - "lazy_static", "num-traits", "rand 0.9.2", "rand_chacha 0.9.0", @@ -6123,9 +6098,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" +checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" dependencies = [ "zeroize", ] @@ -6159,9 +6134,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.7" +version = "0.103.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" +checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" dependencies = [ "ring", "rustls-pki-types", @@ -6911,9 +6886,9 @@ dependencies = [ [[package]] name = "signal-hook-mio" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" +checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" dependencies = [ "libc", "mio", @@ -7125,13 +7100,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-api-proc-macro 15.0.0", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", + "sp-externalities 0.25.0", "sp-metadata-ir 0.6.0", "sp-runtime 31.0.1", - "sp-runtime-interface 24.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-state-machine 0.35.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-trie 29.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-runtime-interface 24.0.0", + "sp-state-machine 0.35.0", + "sp-trie 29.0.0", "sp-version 29.0.0", "thiserror 1.0.69", ] @@ -7196,8 +7171,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-io 30.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", + "sp-io 30.0.0", ] [[package]] @@ -7213,20 +7188,6 @@ dependencies = [ "sp-io 42.0.0", ] -[[package]] -name = "sp-arithmetic" -version = "23.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "docify", - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "23.0.0" @@ -7284,7 +7245,7 @@ dependencies = [ "sp-api 26.0.0", "sp-application-crypto 30.0.0", "sp-consensus-slots", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", "sp-inherents 26.0.0", "sp-runtime 31.0.1", "sp-timestamp", @@ -7301,53 +7262,6 @@ dependencies = [ "sp-timestamp", ] -[[package]] -name = "sp-core" -version = "28.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "ark-vrf", - "array-bytes", - "bitflags 1.3.2", - "blake2", - "bounded-collections", - "bs58", - "dyn-clone", - "ed25519-zebra", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.11.0", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot", - "paste", - "primitive-types 0.13.1", - "rand 0.8.5", - "scale-info", - "schnorrkel", - "secp256k1 0.28.2", - "secrecy 0.8.0", - "serde", - "sha2 0.10.9", - "sp-crypto-hashing 0.1.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-debug-derive 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-std 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-storage 19.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "ss58-registry", - "substrate-bip39 0.4.7 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "thiserror 1.0.69", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-core" version = "28.0.0" @@ -7384,11 +7298,11 @@ dependencies = [ "sha2 0.10.9", "sp-crypto-hashing 0.1.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", "sp-debug-derive 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-externalities 0.25.0", "sp-std 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-storage 19.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-storage 19.0.0", "ss58-registry", - "substrate-bip39 0.4.7 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "substrate-bip39 0.4.7", "thiserror 1.0.69", "tracing", "w3f-bls", @@ -7457,19 +7371,6 @@ dependencies = [ "twox-hash 1.6.3", ] -[[package]] -name = "sp-crypto-hashing" -version = "0.1.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.9", - "sha3", - "twox-hash 1.6.3", -] - [[package]] name = "sp-crypto-hashing" version = "0.1.0" @@ -7515,16 +7416,6 @@ dependencies = [ "syn 2.0.108", ] -[[package]] -name = "sp-debug-derive" -version = "14.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.108", -] - [[package]] name = "sp-debug-derive" version = "14.0.0" @@ -7535,16 +7426,6 @@ dependencies = [ "syn 2.0.108", ] -[[package]] -name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", -] - [[package]] name = "sp-externalities" version = "0.25.0" @@ -7552,7 +7433,7 @@ source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420d dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-storage 19.0.0", ] [[package]] @@ -7618,32 +7499,6 @@ dependencies = [ "thiserror 1.0.69", ] -[[package]] -name = "sp-io" -version = "30.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "bytes", - "docify", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive 0.26.0", - "rustversion", - "secp256k1 0.28.2", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-crypto-hashing 0.1.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-keystore 0.34.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-runtime-interface 24.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-state-machine 0.35.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-tracing 16.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-trie 29.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "30.0.0" @@ -7658,14 +7513,14 @@ dependencies = [ "polkavm-derive 0.26.0", "rustversion", "secp256k1 0.28.2", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", "sp-crypto-hashing 0.1.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-keystore 0.34.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-state-machine 0.35.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-tracing 16.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-trie 29.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-externalities 0.25.0", + "sp-keystore 0.34.0", + "sp-runtime-interface 24.0.0", + "sp-state-machine 0.35.0", + "sp-tracing 16.0.0", + "sp-trie 29.0.0", "tracing", "tracing-core", ] @@ -7708,17 +7563,6 @@ dependencies = [ "strum", ] -[[package]] -name = "sp-keystore" -version = "0.34.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "parity-scale-codec", - "parking_lot", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", -] - [[package]] name = "sp-keystore" version = "0.34.0" @@ -7726,8 +7570,8 @@ source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420d dependencies = [ "parity-scale-codec", "parking_lot", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", + "sp-externalities 0.25.0", ] [[package]] @@ -7763,15 +7607,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-panic-handler" -version = "13.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "backtrace", - "regex", -] - [[package]] name = "sp-panic-handler" version = "13.0.0" @@ -7810,12 +7645,12 @@ dependencies = [ "serde", "simple-mermaid", "sp-application-crypto 30.0.0", - "sp-arithmetic 23.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-io 30.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-arithmetic 23.0.0", + "sp-core 28.0.0", + "sp-io 30.0.0", "sp-std 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-trie 29.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-weights 27.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-trie 29.0.0", + "sp-weights 27.0.0", "tracing", "tuplex", ] @@ -7850,24 +7685,6 @@ dependencies = [ "tuplex", ] -[[package]] -name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.26.0", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-std 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-storage 19.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-tracing 16.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-wasm-interface 20.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "static_assertions", -] - [[package]] name = "sp-runtime-interface" version = "24.0.0" @@ -7877,12 +7694,12 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive 0.26.0", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-externalities 0.25.0", + "sp-runtime-interface-proc-macro 17.0.0", "sp-std 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-storage 19.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-tracing 16.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-storage 19.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", "static_assertions", ] @@ -7906,19 +7723,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "Inflector", - "expander", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.108", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" @@ -7955,7 +7759,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", "sp-runtime 31.0.1", ] @@ -7973,26 +7777,6 @@ dependencies = [ "sp-runtime 43.0.0", ] -[[package]] -name = "sp-state-machine" -version = "0.35.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot", - "rand 0.8.5", - "smallvec", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-panic-handler 13.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-trie 29.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "thiserror 1.0.69", - "tracing", - "trie-db", -] - [[package]] name = "sp-state-machine" version = "0.35.0" @@ -8004,10 +7788,10 @@ dependencies = [ "parking_lot", "rand 0.8.5", "smallvec", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-panic-handler 13.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-trie 29.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", + "sp-externalities 0.25.0", + "sp-panic-handler 13.0.0", + "sp-trie 29.0.0", "thiserror 1.0.69", "tracing", "trie-db", @@ -8040,28 +7824,11 @@ version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834" -[[package]] -name = "sp-std" -version = "14.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" - [[package]] name = "sp-std" version = "14.0.0" source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" -[[package]] -name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", -] - [[package]] name = "sp-storage" version = "19.0.0" @@ -8099,18 +7866,6 @@ dependencies = [ "thiserror 1.0.69", ] -[[package]] -name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "parity-scale-codec", - "regex", - "tracing", - "tracing-core", - "tracing-subscriber 0.3.20", -] - [[package]] name = "sp-tracing" version = "16.0.0" @@ -8136,31 +7891,6 @@ dependencies = [ "tracing-subscriber 0.3.20", ] -[[package]] -name = "sp-trie" -version = "29.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "ahash", - "foldhash 0.1.5", - "hash-db", - "hashbrown 0.15.5", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot", - "rand 0.8.5", - "scale-info", - "schnellru", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "thiserror 1.0.69", - "tracing", - "trie-db", - "trie-root", -] - [[package]] name = "sp-trie" version = "29.0.0" @@ -8177,9 +7907,9 @@ dependencies = [ "rand 0.8.5", "scale-info", "schnellru", - "sp-core 28.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "sp-externalities 0.25.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-core 28.0.0", + "sp-externalities 0.25.0", + "substrate-prometheus-endpoint 0.17.0", "thiserror 1.0.69", "tracing", "trie-db", @@ -8272,17 +8002,6 @@ dependencies = [ "syn 2.0.108", ] -[[package]] -name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", -] - [[package]] name = "sp-wasm-interface" version = "20.0.0" @@ -8306,20 +8025,6 @@ dependencies = [ "parity-scale-codec", ] -[[package]] -name = "sp-weights" -version = "27.0.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "bounded-collections", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 23.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", - "sp-debug-derive 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1)", -] - [[package]] name = "sp-weights" version = "27.0.0" @@ -8330,7 +8035,7 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic 23.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-arithmetic 23.0.0", "sp-debug-derive 14.0.0 (git+https://github.com/use-ink/polkadot-sdk.git?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", ] @@ -8442,18 +8147,6 @@ dependencies = [ "syn 2.0.108", ] -[[package]] -name = "substrate-bip39" -version = "0.4.7" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "hmac 0.12.1", - "pbkdf2", - "schnorrkel", - "sha2 0.10.9", - "zeroize", -] - [[package]] name = "substrate-bip39" version = "0.4.7" @@ -8492,20 +8185,6 @@ dependencies = [ "rustc-hex", ] -[[package]] -name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "git+https://github.com/use-ink/polkadot-sdk.git?rev=a71ec19a94702ea71767ba5ac97603ea6c6305c1#a71ec19a94702ea71767ba5ac97603ea6c6305c1" -dependencies = [ - "http-body-util", - "hyper", - "hyper-util", - "log", - "prometheus", - "thiserror 1.0.69", - "tokio", -] - [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" @@ -8867,9 +8546,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-triple" -version = "0.1.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ac9aa371f599d22256307c24a9d748c041e548cbf599f35d890f9d365361790" +checksum = "591ef38edfb78ca4771ee32cf494cb8771944bee237a9b91fc9c1424ac4b777b" [[package]] name = "temp-env" @@ -9012,9 +8691,9 @@ dependencies = [ [[package]] name = "tinystr" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" +checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" dependencies = [ "displaydoc", "zerovec", @@ -9296,9 +8975,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.112" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d66678374d835fe847e0dc8348fde2ceb5be4a7ec204437d8367f0d8df266a5" +checksum = "559b6a626c0815c942ac98d434746138b4f89ddd6a1b8cbb168c6845fb3376c5" dependencies = [ "dissimilar", "glob", @@ -9390,9 +9069,9 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unicode-ident" -version = "1.0.20" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06" +checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" [[package]] name = "unicode-normalization" @@ -9590,9 +9269,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" +checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" dependencies = [ "cfg-if", "once_cell", @@ -9601,25 +9280,11 @@ dependencies = [ "wasm-bindgen-shared", ] -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.104" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" -dependencies = [ - "bumpalo", - "log", - "proc-macro2", - "quote", - "syn 2.0.108", - "wasm-bindgen-shared", -] - [[package]] name = "wasm-bindgen-futures" -version = "0.4.54" +version = "0.4.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" +checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" dependencies = [ "cfg-if", "js-sys", @@ -9630,9 +9295,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" +checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -9640,22 +9305,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" +checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" dependencies = [ + "bumpalo", "proc-macro2", "quote", "syn 2.0.108", - "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" +checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" dependencies = [ "unicode-ident", ] @@ -9712,9 +9377,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.81" +version = "0.3.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" +checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" dependencies = [ "js-sys", "wasm-bindgen", @@ -10179,9 +9844,9 @@ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" [[package]] name = "writeable" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" +checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" [[package]] name = "wyz" @@ -10236,11 +9901,10 @@ checksum = "bfe269e7b803a5e8e20cbd97860e136529cd83bf2c9c6d37b142467e7e1f051f" [[package]] name = "yoke" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" +checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" dependencies = [ - "serde", "stable_deref_trait", "yoke-derive", "zerofrom", @@ -10248,9 +9912,9 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" +checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" dependencies = [ "proc-macro2", "quote", @@ -10321,9 +9985,9 @@ dependencies = [ [[package]] name = "zerotrie" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" +checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" dependencies = [ "displaydoc", "yoke", @@ -10332,9 +9996,9 @@ dependencies = [ [[package]] name = "zerovec" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" +checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" dependencies = [ "yoke", "zerofrom", @@ -10343,9 +10007,9 @@ dependencies = [ [[package]] name = "zerovec-derive" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" +checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 00f989ad072..c77ec29573a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ homepage = "https://use.ink" keywords = ["polkavm", "ink", "riscv", "blockchain", "edsl"] license = "Apache-2.0" repository = "https://github.com/use-ink/ink" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" rust-version = "1.88" [workspace.dependencies] @@ -40,7 +40,7 @@ array-init = { version = "2.0", default-features = false } blake2 = { version = "0.10" } cargo_metadata = { version = "0.21.0" } cfg-if = { version = "1.0" } -contract-build = { git = "https://github.com/use-ink/cargo-contract", branch = "master" } +contract-build = { version = "6.0.0-beta" } darling = { version = "0.20.11" } derive_more = { version = "2.0.1", default-features = false } either = { version = "1.13", default-features = false } @@ -106,20 +106,20 @@ keccak-const = "0.2.0" impl-trait-for-tuples = "0.2.3" # Local dependencies -ink = { version = "=6.0.0-alpha.4", path = "crates/ink", default-features = false } -ink_allocator = { version = "=6.0.0-alpha.4", path = "crates/allocator", default-features = false } -ink_codegen = { version = "=6.0.0-alpha.4", path = "crates/ink/codegen", default-features = false } -ink_e2e_macro = { version = "=6.0.0-alpha.4", path = "crates/e2e/macro", default-features = false } -ink_engine = { version = "=6.0.0-alpha.4", path = "crates/engine", default-features = false } -ink_env = { version = "=6.0.0-alpha.4", path = "crates/env", default-features = false } -ink_ir = { version = "=6.0.0-alpha.4", path = "crates/ink/ir", default-features = false } -ink_macro = { version = "=6.0.0-alpha.4", path = "crates/ink/macro", default-features = false } -ink_metadata = { version = "=6.0.0-alpha.4", path = "crates/metadata", default-features = false } -ink_prelude = { version = "=6.0.0-alpha.4", path = "crates/prelude", default-features = false } -ink_primitives = { version = "=6.0.0-alpha.4", path = "crates/primitives", default-features = false } -ink_revive_types = { version = "=6.0.0-alpha.4", path = "crates/revive-types", default-features = false } -ink_storage = { version = "=6.0.0-alpha.4", path = "crates/storage", default-features = false } -ink_storage_traits = { version = "=6.0.0-alpha.4", path = "crates/storage/traits", default-features = false } +ink = { version = "=6.0.0-beta", path = "crates/ink", default-features = false } +ink_allocator = { version = "=6.0.0-beta", path = "crates/allocator", default-features = false } +ink_codegen = { version = "=6.0.0-beta", path = "crates/ink/codegen", default-features = false } +ink_e2e_macro = { version = "=6.0.0-beta", path = "crates/e2e/macro", default-features = false } +ink_engine = { version = "=6.0.0-beta", path = "crates/engine", default-features = false } +ink_env = { version = "=6.0.0-beta", path = "crates/env", default-features = false } +ink_ir = { version = "=6.0.0-beta", path = "crates/ink/ir", default-features = false } +ink_macro = { version = "=6.0.0-beta", path = "crates/ink/macro", default-features = false } +ink_metadata = { version = "=6.0.0-beta", path = "crates/metadata", default-features = false } +ink_prelude = { version = "=6.0.0-beta", path = "crates/prelude", default-features = false } +ink_primitives = { version = "=6.0.0-beta", path = "crates/primitives", default-features = false } +ink_revive_types = { version = "=6.0.0-beta", path = "crates/revive-types", default-features = false } +ink_storage = { version = "=6.0.0-beta", path = "crates/storage", default-features = false } +ink_storage_traits = { version = "=6.0.0-beta", path = "crates/storage/traits", default-features = false } [profile.release] panic = "abort" diff --git a/RELEASES_CHECKLIST.md b/RELEASES_CHECKLIST.md index 8ecc5f93290..a5b4d97d995 100644 --- a/RELEASES_CHECKLIST.md +++ b/RELEASES_CHECKLIST.md @@ -60,19 +60,22 @@ in the future. - Release `cargo-contract` crates. - Request update of `drink` client, which depends on the `cargo-contract` crates. - Release `ink_e2e`. -2. Do a dry run with `cargo release [new_version] -v --no-tag --no-push` - - `[new_version]` should be the **exact** SemVer compatible version you are attempting - to release e.g. `5.0.0` - - It is possible to supply a SemVer level here e.g. `major`, `minor`, `patch` or - ``, however this will automatically bump and commit the changes - to the `Cargo.toml` manifests. We have already done that in an earlier step so it - is not necessary. - - We don't want `cargo-release` to create any releases or push any code, we'll do - that manually once we've actually published to `crates.io`. - - Note that `ink_sandbox` has its own version number and can be released separately of the other crates. -3. Check the output of the dry run: - - Does not show any automatic bumping of crate versions. - - Runs without error. +1. The `ink_sandbox` crate depends on a git commit of `polkadot-sdk`, hence it + currently cannot be published to crates.io. +1. Do a dry run: + ```bash + fd Cargo.toml crates/ | \ + grep -v e2e | \ + grep -v sandbox | \ + xargs -n1 cargo no-dev-deps publish --allow-dirty --dry-run --manifest-path + ``` + This command ignores the `e2e` and `sandbox` folder: The `e2e` crates depend on the `cargo-contract/contract-build` + crate, so if you want to publish those, you need to publish `cargo-contract/contract-build` first. + The `sandbox` is ignored, as it depends on some crates via their `git` ref. + It uses [`no-dev-deps`](https://crates.io/crates/cargo-no-dev-deps) + for publishing, so that the `dev-dependencies` of ink! are ignored for publishing. + They are not needed and due to a cycle it's also not possible to publish with them. + Ignoring `dev-dependencies` is also why `--allow-dirty` is necessary. 4. Following a successful dry run, we can now publish to crates.io. - This will be done from the release branch itself. - This is because it is possible for the dry run to succeed but for the actual publish @@ -83,11 +86,13 @@ in the future. `master` during the release. - The above is to ensure that the bundled code pushed to crates.io is the same as the tagged release on GitHub. -5. Publish with `cargo release [new_version] -v --no-tag --no-push --execute` - - Ensure the same `[new_version]` as the dry run, which should be the **exact** SemVer - compatible version you are attempting to release e.g. `4.0.0-alpha.3`. - - We add the grace period since crates depend on one another. - - We add the `--execute` flag to _actually_ publish things to crates.io. +5. Publish with + ```bash + fd Cargo.toml crates/ | \ + grep -v e2e | \ + grep -v sandbox | \ + xargs -n1 cargo no-dev-deps publish --allow-dirty --manifest-path + ``` 6. Following a successful release from the release PR branch, now the PR can be merged into `master` - Once merged, notify core team members in the Element channel that PRs can be merged diff --git a/crates/ink/codegen/Cargo.toml b/crates/ink/codegen/Cargo.toml index 685ef687467..037b4a34a9f 100644 --- a/crates/ink/codegen/Cargo.toml +++ b/crates/ink/codegen/Cargo.toml @@ -18,7 +18,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] [dependencies] ink_primitives = { workspace = true } -ir = { version = "=6.0.0-alpha.4", package = "ink_ir", path = "../ir", default-features = false } +ir = { version = "=6.0.0-beta", package = "ink_ir", path = "../ir", default-features = false } quote = { workspace = true } syn = { workspace = true, features = ["parsing", "full", "extra-traits"] } proc-macro2 = { workspace = true } diff --git a/crates/ink/tests/trybuild_wrapper/Cargo.toml b/crates/ink/tests/trybuild_wrapper/Cargo.toml index 07c75c7b770..f3dcdf4d80d 100644 --- a/crates/ink/tests/trybuild_wrapper/Cargo.toml +++ b/crates/ink/tests/trybuild_wrapper/Cargo.toml @@ -3,6 +3,7 @@ name = "trybuild_wrapper" version = "0.1.0" authors = ["David Semakula ", "Use Ink "] edition = "2024" +publish = false [dependencies] trybuild = { version = "1.0.110", features = ["diff"] } @@ -10,4 +11,4 @@ clap = {version = "4.5.32", features = ["derive"]} toml = "0.8.20" [workspace] -# Tells cargo that this crate is not part of the workspace. \ No newline at end of file +# Tells cargo that this crate is not part of the workspace. diff --git a/crates/sandbox/Cargo.toml b/crates/sandbox/Cargo.toml index 9f310b078d7..84880293460 100644 --- a/crates/sandbox/Cargo.toml +++ b/crates/sandbox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ink_sandbox" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink ", "Cardinal Cryptography"] edition.workspace = true license.workspace = true diff --git a/integration-tests/all-abi/events/Cargo.toml b/integration-tests/all-abi/events/Cargo.toml index e84856dd9d2..63b04a41888 100644 --- a/integration-tests/all-abi/events/Cargo.toml +++ b/integration-tests/all-abi/events/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "events" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/call-builder-return-value/Cargo.toml b/integration-tests/internal/call-builder-return-value/Cargo.toml index 50b4ca645fb..8aacbcf3eec 100755 --- a/integration-tests/internal/call-builder-return-value/Cargo.toml +++ b/integration-tests/internal/call-builder-return-value/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "call_builder_return_value" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/e2e-runtime-only-backend/Cargo.toml b/integration-tests/internal/e2e-runtime-only-backend/Cargo.toml index 86556999a6e..86fb5b5d313 100644 --- a/integration-tests/internal/e2e-runtime-only-backend/Cargo.toml +++ b/integration-tests/internal/e2e-runtime-only-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e2e-runtime-only-backend" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/gas-hostfns/Cargo.toml b/integration-tests/internal/gas-hostfns/Cargo.toml index e85364d40ba..ffbdeb755dd 100755 --- a/integration-tests/internal/gas-hostfns/Cargo.toml +++ b/integration-tests/internal/gas-hostfns/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gas_hostfns" description = "E2E tests for gas related host functions" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2021" publish = false diff --git a/integration-tests/internal/lang-err/call-builder-delegate/Cargo.toml b/integration-tests/internal/lang-err/call-builder-delegate/Cargo.toml index 64abef0f5a0..f9aca45466b 100755 --- a/integration-tests/internal/lang-err/call-builder-delegate/Cargo.toml +++ b/integration-tests/internal/lang-err/call-builder-delegate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "call_builder_delegate" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/lang-err/call-builder/Cargo.toml b/integration-tests/internal/lang-err/call-builder/Cargo.toml index bf074f2c6d5..7ffc325a325 100755 --- a/integration-tests/internal/lang-err/call-builder/Cargo.toml +++ b/integration-tests/internal/lang-err/call-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "call_builder" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/lang-err/constructors-return-value/Cargo.toml b/integration-tests/internal/lang-err/constructors-return-value/Cargo.toml index 545cfd5bb88..83938c50f54 100644 --- a/integration-tests/internal/lang-err/constructors-return-value/Cargo.toml +++ b/integration-tests/internal/lang-err/constructors-return-value/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constructors_return_value" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/lang-err/contract-ref/Cargo.toml b/integration-tests/internal/lang-err/contract-ref/Cargo.toml index 0a866291df1..af6c611b739 100755 --- a/integration-tests/internal/lang-err/contract-ref/Cargo.toml +++ b/integration-tests/internal/lang-err/contract-ref/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contract_ref" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" diff --git a/integration-tests/internal/lang-err/integration-flipper/Cargo.toml b/integration-tests/internal/lang-err/integration-flipper/Cargo.toml index ef8551c6a04..12355c9ffad 100644 --- a/integration-tests/internal/lang-err/integration-flipper/Cargo.toml +++ b/integration-tests/internal/lang-err/integration-flipper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "integration_flipper" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/mapping/Cargo.toml b/integration-tests/internal/mapping/Cargo.toml index 4585ba4c66b..c6befeb726d 100755 --- a/integration-tests/internal/mapping/Cargo.toml +++ b/integration-tests/internal/mapping/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mapping" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/misc-hostfns/Cargo.toml b/integration-tests/internal/misc-hostfns/Cargo.toml index 8ec9020bdc9..4b2dcfa013e 100755 --- a/integration-tests/internal/misc-hostfns/Cargo.toml +++ b/integration-tests/internal/misc-hostfns/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "misc_hostfns" description = "E2E tests for various host functions" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2021" publish = false diff --git a/integration-tests/internal/mother/Cargo.toml b/integration-tests/internal/mother/Cargo.toml index c51a7595666..c4cd3c10861 100755 --- a/integration-tests/internal/mother/Cargo.toml +++ b/integration-tests/internal/mother/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mother" description = "Mother of all contracts" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/overflow-safety/Cargo.toml b/integration-tests/internal/overflow-safety/Cargo.toml index 1f1f2ecce99..102463135db 100644 --- a/integration-tests/internal/overflow-safety/Cargo.toml +++ b/integration-tests/internal/overflow-safety/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "overflow-safety" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/sr25519-verification/Cargo.toml b/integration-tests/internal/sr25519-verification/Cargo.toml index e61efb933e9..430bfd145e8 100644 --- a/integration-tests/internal/sr25519-verification/Cargo.toml +++ b/integration-tests/internal/sr25519-verification/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sr25519_verification" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/static-buffer/Cargo.toml b/integration-tests/internal/static-buffer/Cargo.toml index 7ef6fcbf219..1e23a36f2f7 100644 --- a/integration-tests/internal/static-buffer/Cargo.toml +++ b/integration-tests/internal/static-buffer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static-buffer" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/storage-types/Cargo.toml b/integration-tests/internal/storage-types/Cargo.toml index 93aca32414b..27a9c9c8883 100755 --- a/integration-tests/internal/storage-types/Cargo.toml +++ b/integration-tests/internal/storage-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "storage-types" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/internal/system-precompile/Cargo.toml b/integration-tests/internal/system-precompile/Cargo.toml index 1f650a08831..b99ae11b6de 100755 --- a/integration-tests/internal/system-precompile/Cargo.toml +++ b/integration-tests/internal/system-precompile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system-precompile" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/bytes/Cargo.toml b/integration-tests/public/bytes/Cargo.toml index 582ec7d53ae..292314372ba 100644 --- a/integration-tests/public/bytes/Cargo.toml +++ b/integration-tests/public/bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytes" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/complex-storage-structures/Cargo.toml b/integration-tests/public/complex-storage-structures/Cargo.toml index 430ae468960..7ae8d60e77e 100644 --- a/integration-tests/public/complex-storage-structures/Cargo.toml +++ b/integration-tests/public/complex-storage-structures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "complex_storage_structures" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/conditional-compilation/Cargo.toml b/integration-tests/public/conditional-compilation/Cargo.toml index d7ddc387a9a..813da5d6e9b 100755 --- a/integration-tests/public/conditional-compilation/Cargo.toml +++ b/integration-tests/public/conditional-compilation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conditional-compilation" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" diff --git a/integration-tests/public/contract-storage/Cargo.toml b/integration-tests/public/contract-storage/Cargo.toml index ced5930fd5d..f9967b839a0 100755 --- a/integration-tests/public/contract-storage/Cargo.toml +++ b/integration-tests/public/contract-storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contract-storage" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/contract-terminate/Cargo.toml b/integration-tests/public/contract-terminate/Cargo.toml index 6201adcbc53..8e12fde257c 100644 --- a/integration-tests/public/contract-terminate/Cargo.toml +++ b/integration-tests/public/contract-terminate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contract_terminate" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/contract-transfer/Cargo.toml b/integration-tests/public/contract-transfer/Cargo.toml index e13a79f726d..0d8acde563a 100644 --- a/integration-tests/public/contract-transfer/Cargo.toml +++ b/integration-tests/public/contract-transfer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contract_transfer" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/contract-xcm/Cargo.toml b/integration-tests/public/contract-xcm/Cargo.toml index 025f78e0cf5..ffa01ce15bc 100644 --- a/integration-tests/public/contract-xcm/Cargo.toml +++ b/integration-tests/public/contract-xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contract-xcm" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/cross-contract-calls/Cargo.toml b/integration-tests/public/cross-contract-calls/Cargo.toml index 661e4fbbc47..457004b9b7d 100755 --- a/integration-tests/public/cross-contract-calls/Cargo.toml +++ b/integration-tests/public/cross-contract-calls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cross-contract-calls" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/cross-contract-calls/other-contract/Cargo.toml b/integration-tests/public/cross-contract-calls/other-contract/Cargo.toml index 8beb8871db8..a3bf4327d9d 100755 --- a/integration-tests/public/cross-contract-calls/other-contract/Cargo.toml +++ b/integration-tests/public/cross-contract-calls/other-contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "other-contract" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/custom-allocator/Cargo.toml b/integration-tests/public/custom-allocator/Cargo.toml index 51964d0f9c3..9b6e62b84fd 100755 --- a/integration-tests/public/custom-allocator/Cargo.toml +++ b/integration-tests/public/custom-allocator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "custom-allocator" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/custom-environment/Cargo.toml b/integration-tests/public/custom-environment/Cargo.toml index 76af27fcafd..15bdb9e6ad5 100644 --- a/integration-tests/public/custom-environment/Cargo.toml +++ b/integration-tests/public/custom-environment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "custom-environment" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/debugging-strategies/Cargo.toml b/integration-tests/public/debugging-strategies/Cargo.toml index e49158dc9cd..e0dd4bcaab1 100755 --- a/integration-tests/public/debugging-strategies/Cargo.toml +++ b/integration-tests/public/debugging-strategies/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "debugging_strategies" description = "Illustrates different debugging strategies" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/dns/Cargo.toml b/integration-tests/public/dns/Cargo.toml index bc00b2c2a9e..78f0a1e3550 100644 --- a/integration-tests/public/dns/Cargo.toml +++ b/integration-tests/public/dns/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dns" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/e2e-call-runtime/Cargo.toml b/integration-tests/public/e2e-call-runtime/Cargo.toml index 81628e62140..c3a27e36cf5 100644 --- a/integration-tests/public/e2e-call-runtime/Cargo.toml +++ b/integration-tests/public/e2e-call-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e2e_call_runtime" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/erc1155/Cargo.toml b/integration-tests/public/erc1155/Cargo.toml index b42c62bc1f8..80f3bb2d94a 100644 --- a/integration-tests/public/erc1155/Cargo.toml +++ b/integration-tests/public/erc1155/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erc1155" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/erc20/Cargo.toml b/integration-tests/public/erc20/Cargo.toml index 8c89349b23b..08e1d29d67d 100644 --- a/integration-tests/public/erc20/Cargo.toml +++ b/integration-tests/public/erc20/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erc20" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/erc721/Cargo.toml b/integration-tests/public/erc721/Cargo.toml index f32cd5d0acc..493acc19d06 100644 --- a/integration-tests/public/erc721/Cargo.toml +++ b/integration-tests/public/erc721/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erc721" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/events/Cargo.toml b/integration-tests/public/events/Cargo.toml index bea1ccc6654..710507964e1 100644 --- a/integration-tests/public/events/Cargo.toml +++ b/integration-tests/public/events/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "events" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/fallible-setter/Cargo.toml b/integration-tests/public/fallible-setter/Cargo.toml index 201e19a3141..a7539130f19 100644 --- a/integration-tests/public/fallible-setter/Cargo.toml +++ b/integration-tests/public/fallible-setter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fallible-setter" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/flipper/Cargo.toml b/integration-tests/public/flipper/Cargo.toml index 3ce938218d4..1e985b3c86b 100644 --- a/integration-tests/public/flipper/Cargo.toml +++ b/integration-tests/public/flipper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flipper" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/fuzz-testing/Cargo.toml b/integration-tests/public/fuzz-testing/Cargo.toml index 6124fa4d2b0..1b4631a19a3 100644 --- a/integration-tests/public/fuzz-testing/Cargo.toml +++ b/integration-tests/public/fuzz-testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzz_testing" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/incrementer/Cargo.toml b/integration-tests/public/incrementer/Cargo.toml index d5a3de22263..16659908afd 100644 --- a/integration-tests/public/incrementer/Cargo.toml +++ b/integration-tests/public/incrementer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "incrementer" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/lazyvec/Cargo.toml b/integration-tests/public/lazyvec/Cargo.toml index 52c63ffd70d..0f4c3668cc2 100755 --- a/integration-tests/public/lazyvec/Cargo.toml +++ b/integration-tests/public/lazyvec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazyvec" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/multi-contract-caller/Cargo.toml b/integration-tests/public/multi-contract-caller/Cargo.toml index 0c0d2edf500..2c75259865c 100644 --- a/integration-tests/public/multi-contract-caller/Cargo.toml +++ b/integration-tests/public/multi-contract-caller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multi-contract-caller" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/multi-contract-caller/accumulator/Cargo.toml b/integration-tests/public/multi-contract-caller/accumulator/Cargo.toml index 34fd9106158..b34bfc99815 100644 --- a/integration-tests/public/multi-contract-caller/accumulator/Cargo.toml +++ b/integration-tests/public/multi-contract-caller/accumulator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accumulator" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" diff --git a/integration-tests/public/multi-contract-caller/adder/Cargo.toml b/integration-tests/public/multi-contract-caller/adder/Cargo.toml index a9880993127..7c41173ec4c 100644 --- a/integration-tests/public/multi-contract-caller/adder/Cargo.toml +++ b/integration-tests/public/multi-contract-caller/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adder" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" diff --git a/integration-tests/public/multi-contract-caller/subber/Cargo.toml b/integration-tests/public/multi-contract-caller/subber/Cargo.toml index da75df6ee53..99c98a57f37 100644 --- a/integration-tests/public/multi-contract-caller/subber/Cargo.toml +++ b/integration-tests/public/multi-contract-caller/subber/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subber" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" diff --git a/integration-tests/public/multisig/Cargo.toml b/integration-tests/public/multisig/Cargo.toml index 1c4ba4c4683..09048d36711 100755 --- a/integration-tests/public/multisig/Cargo.toml +++ b/integration-tests/public/multisig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multisig" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/payment-channel/Cargo.toml b/integration-tests/public/payment-channel/Cargo.toml index 66c2ba2dda6..77b994c8d57 100755 --- a/integration-tests/public/payment-channel/Cargo.toml +++ b/integration-tests/public/payment-channel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "payment_channel" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/runtime-call-contract/Cargo.toml b/integration-tests/public/runtime-call-contract/Cargo.toml index e7424497bcd..a355c0ac849 100644 --- a/integration-tests/public/runtime-call-contract/Cargo.toml +++ b/integration-tests/public/runtime-call-contract/Cargo.toml @@ -22,7 +22,7 @@ scale-info = { version = "2.11.1", default-features = false } [package] name = "runtime-call-contract" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/runtime-call-contract/traits/Cargo.toml b/integration-tests/public/runtime-call-contract/traits/Cargo.toml index 257c162a12e..747b4b2344c 100644 --- a/integration-tests/public/runtime-call-contract/traits/Cargo.toml +++ b/integration-tests/public/runtime-call-contract/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flipper-traits" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/trait-dyn-cross-contract-calls/Cargo.toml b/integration-tests/public/trait-dyn-cross-contract-calls/Cargo.toml index bf87a568a88..6ec293bbc1a 100644 --- a/integration-tests/public/trait-dyn-cross-contract-calls/Cargo.toml +++ b/integration-tests/public/trait-dyn-cross-contract-calls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trait-incrementer-caller" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/trait-dyn-cross-contract-calls/contracts/incrementer/Cargo.toml b/integration-tests/public/trait-dyn-cross-contract-calls/contracts/incrementer/Cargo.toml index e41b6345e3d..90d989d84f9 100644 --- a/integration-tests/public/trait-dyn-cross-contract-calls/contracts/incrementer/Cargo.toml +++ b/integration-tests/public/trait-dyn-cross-contract-calls/contracts/incrementer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trait-incrementer" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/trait-dyn-cross-contract-calls/traits/Cargo.toml b/integration-tests/public/trait-dyn-cross-contract-calls/traits/Cargo.toml index f4701f50efe..c028c216a2f 100644 --- a/integration-tests/public/trait-dyn-cross-contract-calls/traits/Cargo.toml +++ b/integration-tests/public/trait-dyn-cross-contract-calls/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dyn-traits" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/trait-erc20/Cargo.toml b/integration-tests/public/trait-erc20/Cargo.toml index d99dd7076ae..8d9f4055328 100644 --- a/integration-tests/public/trait-erc20/Cargo.toml +++ b/integration-tests/public/trait-erc20/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trait_erc20" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/trait-flipper/Cargo.toml b/integration-tests/public/trait-flipper/Cargo.toml index f20855ef017..9614958422b 100644 --- a/integration-tests/public/trait-flipper/Cargo.toml +++ b/integration-tests/public/trait-flipper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trait_flipper" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/trait-incrementer/Cargo.toml b/integration-tests/public/trait-incrementer/Cargo.toml index 9de9910e30c..bca31b9bdab 100644 --- a/integration-tests/public/trait-incrementer/Cargo.toml +++ b/integration-tests/public/trait-incrementer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trait-incrementer" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/trait-incrementer/traits/Cargo.toml b/integration-tests/public/trait-incrementer/traits/Cargo.toml index b873c4d9b81..dc35afc3188 100644 --- a/integration-tests/public/trait-incrementer/traits/Cargo.toml +++ b/integration-tests/public/trait-incrementer/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "traits" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/upgradeable-contracts/delegator/Cargo.toml b/integration-tests/public/upgradeable-contracts/delegator/Cargo.toml index 597cec71e32..8d2aee19a7e 100644 --- a/integration-tests/public/upgradeable-contracts/delegator/Cargo.toml +++ b/integration-tests/public/upgradeable-contracts/delegator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "delegator" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/upgradeable-contracts/delegator/delegatee/Cargo.toml b/integration-tests/public/upgradeable-contracts/delegator/delegatee/Cargo.toml index ec5aaed230c..1b62c753821 100644 --- a/integration-tests/public/upgradeable-contracts/delegator/delegatee/Cargo.toml +++ b/integration-tests/public/upgradeable-contracts/delegator/delegatee/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "delegatee" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/upgradeable-contracts/delegator/delegatee2/Cargo.toml b/integration-tests/public/upgradeable-contracts/delegator/delegatee2/Cargo.toml index 7488ff448e8..2a3817fb034 100644 --- a/integration-tests/public/upgradeable-contracts/delegator/delegatee2/Cargo.toml +++ b/integration-tests/public/upgradeable-contracts/delegator/delegatee2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "delegatee2" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/upgradeable-contracts/set-code-hash-migration/Cargo.toml b/integration-tests/public/upgradeable-contracts/set-code-hash-migration/Cargo.toml index f1930d52c7a..b6483f2c89e 100644 --- a/integration-tests/public/upgradeable-contracts/set-code-hash-migration/Cargo.toml +++ b/integration-tests/public/upgradeable-contracts/set-code-hash-migration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "incrementer" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/upgradeable-contracts/set-code-hash-migration/migration/Cargo.toml b/integration-tests/public/upgradeable-contracts/set-code-hash-migration/migration/Cargo.toml index 677e449affc..6b5a2d3585a 100644 --- a/integration-tests/public/upgradeable-contracts/set-code-hash-migration/migration/Cargo.toml +++ b/integration-tests/public/upgradeable-contracts/set-code-hash-migration/migration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migration" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/upgradeable-contracts/set-code-hash-migration/updated-incrementer/Cargo.toml b/integration-tests/public/upgradeable-contracts/set-code-hash-migration/updated-incrementer/Cargo.toml index f995f5c65d9..09ab9a70f93 100644 --- a/integration-tests/public/upgradeable-contracts/set-code-hash-migration/updated-incrementer/Cargo.toml +++ b/integration-tests/public/upgradeable-contracts/set-code-hash-migration/updated-incrementer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "updated-incrementer" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/upgradeable-contracts/set-code-hash/Cargo.toml b/integration-tests/public/upgradeable-contracts/set-code-hash/Cargo.toml index 27f60219711..4915f6f7657 100644 --- a/integration-tests/public/upgradeable-contracts/set-code-hash/Cargo.toml +++ b/integration-tests/public/upgradeable-contracts/set-code-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "incrementer" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/upgradeable-contracts/set-code-hash/updated-incrementer/Cargo.toml b/integration-tests/public/upgradeable-contracts/set-code-hash/updated-incrementer/Cargo.toml index f995f5c65d9..09ab9a70f93 100644 --- a/integration-tests/public/upgradeable-contracts/set-code-hash/updated-incrementer/Cargo.toml +++ b/integration-tests/public/upgradeable-contracts/set-code-hash/updated-incrementer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "updated-incrementer" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/public/wildcard-selector/Cargo.toml b/integration-tests/public/wildcard-selector/Cargo.toml index a1cc471e33a..0be64ff340a 100644 --- a/integration-tests/public/wildcard-selector/Cargo.toml +++ b/integration-tests/public/wildcard-selector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wildcard-selector" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/solidity-abi/events/Cargo.toml b/integration-tests/solidity-abi/events/Cargo.toml index 6a634675650..9f1778f894d 100644 --- a/integration-tests/solidity-abi/events/Cargo.toml +++ b/integration-tests/solidity-abi/events/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "events" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/solidity-abi/sol-cross-contract/Cargo.toml b/integration-tests/solidity-abi/sol-cross-contract/Cargo.toml index d56d1b5827c..e07cbb8b7df 100755 --- a/integration-tests/solidity-abi/sol-cross-contract/Cargo.toml +++ b/integration-tests/solidity-abi/sol-cross-contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sol-cross-contract" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/solidity-abi/sol-cross-contract/other-contract-sol/Cargo.toml b/integration-tests/solidity-abi/sol-cross-contract/other-contract-sol/Cargo.toml index 5fa08bbe594..6154653a65f 100755 --- a/integration-tests/solidity-abi/sol-cross-contract/other-contract-sol/Cargo.toml +++ b/integration-tests/solidity-abi/sol-cross-contract/other-contract-sol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "other-contract-sol" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/solidity-abi/sol-encoding/Cargo.toml b/integration-tests/solidity-abi/sol-encoding/Cargo.toml index b5c45effc2e..150b07bd326 100755 --- a/integration-tests/solidity-abi/sol-encoding/Cargo.toml +++ b/integration-tests/solidity-abi/sol-encoding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sol-encoding" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/solidity-abi/solidity-calls-flipper/Cargo.toml b/integration-tests/solidity-abi/solidity-calls-flipper/Cargo.toml index 79d5e1ca809..cdc953aae1f 100644 --- a/integration-tests/solidity-abi/solidity-calls-flipper/Cargo.toml +++ b/integration-tests/solidity-abi/solidity-calls-flipper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flipper" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/Cargo.toml b/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/Cargo.toml index 4e3a887195f..61c18f777af 100644 --- a/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/Cargo.toml +++ b/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trait-incrementer-caller" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/contracts/incrementer/Cargo.toml b/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/contracts/incrementer/Cargo.toml index becae768178..664fe5e7872 100644 --- a/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/contracts/incrementer/Cargo.toml +++ b/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/contracts/incrementer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trait-incrementer" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/traits/Cargo.toml b/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/traits/Cargo.toml index a2f02ad1103..3bbdcddf418 100644 --- a/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/traits/Cargo.toml +++ b/integration-tests/solidity-abi/trait-dyn-cross-contract-calls/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dyn-traits" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/integration-tests/solidity-abi/trait-flipper/Cargo.toml b/integration-tests/solidity-abi/trait-flipper/Cargo.toml index 067f942090a..e0ace849019 100644 --- a/integration-tests/solidity-abi/trait-flipper/Cargo.toml +++ b/integration-tests/solidity-abi/trait-flipper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trait_flipper" -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" publish = false diff --git a/linting/Cargo.toml b/linting/Cargo.toml index 882f8d78ef5..5b15044c764 100644 --- a/linting/Cargo.toml +++ b/linting/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "6.0.0-alpha.4" +version = "6.0.0-beta" authors = ["Use Ink "] edition = "2024" license = "Apache-2.0" @@ -16,7 +16,7 @@ homepage = "https://use.ink" keywords = ["ink", "blockchain", "edsl", "dylint", "linting"] [workspace.dependencies] -ink_linting_utils = { version = "=6.0.0-alpha.4", path = "utils" } +ink_linting_utils = { version = "=6.0.0-beta", path = "utils" } [workspace.metadata.dylint] libraries = [ diff --git a/linting/extra/Cargo.toml b/linting/extra/Cargo.toml index 3fe7926af40..cc28534d013 100644 --- a/linting/extra/Cargo.toml +++ b/linting/extra/Cargo.toml @@ -22,7 +22,7 @@ if_chain = "1.0.2" log = "0.4.14" regex = "1.5.4" ink_linting_utils = { workspace = true } -ink_env = { version = "=6.0.0-alpha.4", path = "../../crates/env" } +ink_env = { version = "=6.0.0-beta", path = "../../crates/env" } [dev-dependencies] dylint_testing = "4.1.0" @@ -32,8 +32,8 @@ dylint_testing = "4.1.0" # # These cannot be moved to the workspace level because `cargo` does not provide # the `[[workspace.dev-dependencies]]` directive. -ink = { version = "=6.0.0-alpha.4", path = "../../crates/ink" } -ink_primitives = { version = "=6.0.0-alpha.4", path = "../../crates/primitives" } +ink = { version = "=6.0.0-beta", path = "../../crates/ink" } +ink_primitives = { version = "=6.0.0-beta", path = "../../crates/primitives" } # For the moment we have to include the tests as examples and # then use `dylint_testing::ui_test_examples`. diff --git a/linting/mandatory/Cargo.toml b/linting/mandatory/Cargo.toml index c13f983a312..908985bbfe6 100644 --- a/linting/mandatory/Cargo.toml +++ b/linting/mandatory/Cargo.toml @@ -31,7 +31,7 @@ dylint_testing = "4.1.0" # # These cannot be moved to the workspace level because `cargo` does not provide # the `[[workspace.dev-dependencies]]` directive. -ink = { version = "=6.0.0-alpha.4", path = "../../crates/ink" } +ink = { version = "=6.0.0-beta", path = "../../crates/ink" } # For the moment we have to include the tests as examples and # then use `dylint_testing::ui_test_examples`.