Skip to content

Commit

Permalink
chore(deps): upgrade staticvec to 0.10.2
Browse files Browse the repository at this point in the history
The feature `const_saturating_int_methods` used by `staticvec` 0.10.1
has been stabilized by <rust-lang/rust#73858>.
  • Loading branch information
yvt committed Aug 14, 2020
1 parent 31873e6 commit a940171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 src/constance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/yvt/Constance"
num-integer = { version = "0.1.42", default-features = false }
num-traits = { version = "0.2.11", default-features = false }
pin-utils = { version = "0.1.0" }
staticvec = { version = "0.10.1", default-features = false }
staticvec = { version = "0.10.2", default-features = false }
svgbobdoc = { version = "0.2.2" }
tokenlock = { version = "0.3.0", default-features = false }
bitflags = { version = "1.2.1" }
Expand Down

0 comments on commit a940171

Please sign in to comment.