diff --git a/.github/workflows/check-and-test.yml b/.github/workflows/check-and-test.yml index 78ade4aa..fda8fab8 100644 --- a/.github/workflows/check-and-test.yml +++ b/.github/workflows/check-and-test.yml @@ -98,9 +98,9 @@ jobs: env: TEMP: ${{ runner.temp }} run: | - curl -L https://github.com/gruntwork-io/fetch/releases/download/v0.3.7/fetch_linux_amd64 --output $TEMP/fetch + curl -L https://github.com/gruntwork-io/fetch/releases/download/v0.4.6/fetch_linux_amd64 --output $TEMP/fetch chmod +x $TEMP/fetch - $TEMP/fetch --repo="https://github.com/mozilla/sccache" --tag="~>0.2.15" --release-asset="^sccache-v[0-9.]*-x86_64-unknown-linux-musl.tar.gz$" $TEMP + $TEMP/fetch --repo="https://github.com/mozilla/sccache" --tag="~>0.7.5" --release-asset="^sccache-v[0-9.]*-x86_64-unknown-linux-musl.tar.gz$" $TEMP tar -xvf $TEMP/sccache-v*-x86_64-unknown-linux-musl.tar.gz -C $TEMP mv $TEMP/sccache-v*-x86_64-unknown-linux-musl/sccache $TEMP/sccache rm -rf $TEMP/sccache-v*-x86_64-unknown-linux-musl $TEMP/sccache-v*-x86_64-unknown-linux-musl.tar.gz $TEMP/fetch diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2efd3906..c1d50d66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,9 +77,9 @@ jobs: env: TEMP: ${{ runner.temp }} run: | - curl -L https://github.com/gruntwork-io/fetch/releases/download/v0.3.7/fetch_linux_amd64 --output $TEMP/fetch + curl -L https://github.com/gruntwork-io/fetch/releases/download/v0.4.6/fetch_linux_amd64 --output $TEMP/fetch chmod +x $TEMP/fetch - $TEMP/fetch --repo="https://github.com/mozilla/sccache" --tag="~>0.2.15" --release-asset="^sccache-v[0-9.]*-x86_64-unknown-linux-musl.tar.gz$" $TEMP + $TEMP/fetch --repo="https://github.com/mozilla/sccache" --tag="~>0.7.5" --release-asset="^sccache-v[0-9.]*-x86_64-unknown-linux-musl.tar.gz$" $TEMP tar -xvf $TEMP/sccache-v*-x86_64-unknown-linux-musl.tar.gz -C $TEMP mv $TEMP/sccache-v*-x86_64-unknown-linux-musl/sccache $TEMP/sccache rm -rf $TEMP/sccache-v*-x86_64-unknown-linux-musl $TEMP/sccache-v*-x86_64-unknown-linux-musl.tar.gz $TEMP/fetch diff --git a/Cargo.lock b/Cargo.lock index de0b031a..ad561bbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,9 +136,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" +checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" dependencies = [ "anstyle", "anstyle-parse", @@ -1201,9 +1201,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.14" +version = "4.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2" +checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445" dependencies = [ "clap_builder", "clap_derive", @@ -1211,9 +1211,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.14" +version = "4.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370" +checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb" dependencies = [ "anstream", "anstyle", @@ -1957,7 +1957,7 @@ dependencies = [ [[package]] name = "dscp-node" -version = "10.0.2" +version = "10.0.3" dependencies = [ "async-trait", "bs58 0.5.0", @@ -2010,7 +2010,7 @@ dependencies = [ [[package]] name = "dscp-node-runtime" -version = "10.0.2" +version = "10.0.3" dependencies = [ "dscp-runtime-types", "frame-benchmarking", diff --git a/Cargo.toml b/Cargo.toml index 42f363d6..3ca3ebe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ resolver = "2" ############################## serde = { version = "1.0.195", default-features = false } serde_json = { version = "1.0.111", default-features = false } -clap = { version = "4.4.14", features = ["derive"] } +clap = { version = "4.4.16", features = ["derive"] } futures = { version = "0.3.30", features = ["thread-pool"] } bs58 = "0.5.0" async-trait = "0.1.77" diff --git a/Dockerfile b/Dockerfile index 37b43dc6..6482abee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,10 +14,10 @@ ARG TARGETPLATFORM RUN <"] edition = "2021" license = "Apache-2.0" diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 51d2396d..c105f5f3 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("dscp"), impl_name: create_runtime_str!("dscp"), authoring_version: 1, - spec_version: 1002, + spec_version: 1003, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,