From 19c7426e69abbd7c6723b524420a3e8386d4d383 Mon Sep 17 00:00:00 2001 From: AAweidai Date: Wed, 24 Jan 2024 13:02:21 +0800 Subject: [PATCH 1/2] Fix feature --- primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 6f2ce05..ea6af86 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -30,4 +30,4 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive impl-serde = { version = "0.4.0", default-features = false } impl-codec = { version = "0.6.0", default-features = false } -primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info", "num-traits", "impl-serde"] } +primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info", "num-traits"] } From e963971950c77edcdb5f7999953729f09559f614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 06:08:06 +0000 Subject: [PATCH 2/2] Bump codecov/codecov-action from 1 to 3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7fcc42..03f8f91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,4 +109,4 @@ jobs: args: --all - name: Upload Code Coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3