Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae95cea

Browse files
committed
Bring once_cell dev-dependency up to date.
1 parent 3a698be commit ae95cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ features = ["rt"]
2020

2121
# Uncomment for the "timer-oncecell example". The interior mutability type
2222
# OnceCell provides a better size footprint compared to RefCell.
23-
# [dependencies.once_cell]
24-
# version = "1.2.0"
23+
# [dev-dependencies.once_cell]
24+
# version = "1.7.2"
2525
# default_features = false
2626

2727
# Required for `cargo fix` to work!

0 commit comments

Comments
 (0)