Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 2a5ca5a

Browse files
authored
build(deps): Update tock-registers dependency to 0.8 (#46)
1 parent 6ae93fe commit 2a5ca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ default = ["nightly"]
2424
nightly = ["tock-registers"]
2525

2626
[dependencies]
27-
tock-registers = { version = "0.7.x", default-features = false, optional = true } # Use it as interface-only library.
27+
tock-registers = { version = "0.8", default-features = false, optional = true } # Use it as interface-only library.

0 commit comments

Comments
 (0)