Skip to content

Commit

Permalink
Bump enumflags2 from 0.6.4 to 0.7.5
Browse files Browse the repository at this point in the history
Bumps [enumflags2](https://github.com/NieDzejkob/enumflags2) from 0.6.4 to 0.7.5.
- [Release notes](https://github.com/NieDzejkob/enumflags2/releases)
- [Commits](meithecatte/enumflags2@v0.6.4...v0.7.5)

---
updated-dependencies:
- dependency-name: enumflags2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 20, 2022
1 parent 965c734 commit d712409
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pallets/non-fungible-token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ features = ['derive']
version = '2.0.1'

[dependencies.enumflags2]
version = '0.6.3'
version = '0.7.5'

[dependencies.serde]
optional = true
Expand Down
2 changes: 1 addition & 1 deletion pallets/tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "1.0.22"


[dependencies]
enumflags2 = { version = "0.6.2" }
enumflags2 = { version = "0.7.5" }

[dependencies.codec]
default-features = false
Expand Down
2 changes: 1 addition & 1 deletion runtime/chain-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "1.0.22"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
enumflags2 = { version = "0.6.2" }
enumflags2 = { version = "0.7.5" }
smallvec = "1.8.0"

[dependencies.codec]
Expand Down

0 comments on commit d712409

Please sign in to comment.