Skip to content

Commit

Permalink
chore(deps): upgrade staticvec to 0.10.5
Browse files Browse the repository at this point in the history
The new version accounts for a change in the latest nightly Rust.
  • Loading branch information
yvt committed Oct 1, 2020
1 parent 0fbae71 commit 01b9443
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3", default-features = false }
staticvec = { version = "0.10.5", default-features = false }
svgbobdoc = { version = "0.2.2" }
tokenlock = { version = "0.3.0", default-features = false }
bitflags = { version = "1.2.1" }
Expand Down
2 changes: 1 addition & 1 deletion src/constance_port_arm_test_driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ constance_port_arm = { path = "../constance_port_arm", optional = true }
arm_semihosting = { path = "../arm_semihosting", optional = true }
constance = { path = "../constance", optional = true }

staticvec = { version = "0.10.3", optional = true, default-features = false }
staticvec = { version = "0.10.5", optional = true, default-features = false }
register = { version = "0.5.1", optional = true }
rza1 = { version = "0.2.0", optional = true, features = ["cpg", "gpio", "scif"] }
log = { version = "0.4.8", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/constance_test_suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tests_selective = []
[dependencies]
constance = { path = "../constance" }

staticvec = { version = "0.10.3", default-features = false }
staticvec = { version = "0.10.5", default-features = false }
wyhash = { version = "0.3.0" }
log = { version = "0.4.8" }

Expand Down

0 comments on commit 01b9443

Please sign in to comment.