Skip to content

Commit 01b9443

Browse files
committed
chore(deps): upgrade staticvec to 0.10.5
The new version accounts for a change in the latest nightly Rust.
1 parent 0fbae71 commit 01b9443

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

src/constance/Cargo.toml

+1-1
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.3", default-features = false }
17+
staticvec = { version = "0.10.5", default-features = false }
1818
svgbobdoc = { version = "0.2.2" }
1919
tokenlock = { version = "0.3.0", default-features = false }
2020
bitflags = { version = "1.2.1" }

src/constance_port_arm_test_driver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ constance_port_arm = { path = "../constance_port_arm", optional = true }
3737
arm_semihosting = { path = "../arm_semihosting", optional = true }
3838
constance = { path = "../constance", optional = true }
3939

40-
staticvec = { version = "0.10.3", optional = true, default-features = false }
40+
staticvec = { version = "0.10.5", optional = true, default-features = false }
4141
register = { version = "0.5.1", optional = true }
4242
rza1 = { version = "0.2.0", optional = true, features = ["cpg", "gpio", "scif"] }
4343
log = { version = "0.4.8", optional = true }

src/constance_test_suite/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tests_selective = []
1717
[dependencies]
1818
constance = { path = "../constance" }
1919

20-
staticvec = { version = "0.10.3", default-features = false }
20+
staticvec = { version = "0.10.5", default-features = false }
2121
wyhash = { version = "0.3.0" }
2222
log = { version = "0.4.8" }
2323

0 commit comments

Comments
 (0)