Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit cbd5330

Browse files
Bump enumn from 0.1.5 to 0.1.8 (#7226)
Bumps [enumn](https://github.com/dtolnay/enumn) from 0.1.5 to 0.1.8. - [Release notes](https://github.com/dtolnay/enumn/releases) - [Commits](dtolnay/enumn@0.1.5...0.1.8) --- updated-dependencies: - dependency-name: enumn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e6e369 commit cbd5330

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/common/slot_range_helper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66

77
[dependencies]
88
paste = "1.0"
9-
enumn = "0.1.5"
9+
enumn = "0.1.8"
1010
parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] }
1111
sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
1212
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }

0 commit comments

Comments
 (0)