Skip to content

Commit

Permalink
Merge pull request #13 from BVE-Reborn/dependabot/cargo/arrayvec-0.7
Browse files Browse the repository at this point in the history
Update arrayvec requirement from 0.6 to 0.7
  • Loading branch information
cwfitzgerald authored Mar 31, 2021
2 parents 435dd90 + 946b467 commit 6ac1846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "scheduling"
harness = false

[dependencies]
arrayvec = "0.6"
arrayvec = "0.7"
bitflags = "1"
futures-intrusive = "0.4"
futures-task = "0.3"
Expand Down

0 comments on commit 6ac1846

Please sign in to comment.