Skip to content

Commit a940171

Browse files
committed
chore(deps): upgrade staticvec to 0.10.2
The feature `const_saturating_int_methods` used by `staticvec` 0.10.1 has been stabilized by <rust-lang/rust#73858>.
1 parent 31873e6 commit a940171

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/constance/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/yvt/Constance"
1414
num-integer = { version = "0.1.42", default-features = false }
1515
num-traits = { version = "0.2.11", default-features = false }
1616
pin-utils = { version = "0.1.0" }
17-
staticvec = { version = "0.10.1", default-features = false }
17+
staticvec = { version = "0.10.2", default-features = false }
1818
svgbobdoc = { version = "0.2.2" }
1919
tokenlock = { version = "0.3.0", default-features = false }
2020
bitflags = { version = "1.2.1" }

0 commit comments

Comments
 (0)