Skip to content

Commit 759b1f2

Browse files
authored
Specify 'time' feature for Tokio crate addition (#3721)
1 parent ccf0493 commit 759b1f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/learn/splashscreen.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you are not an advanced user it's **highly recommended** that you use the opt
126126
# Run this command where the `Cargo.toml` file is
127127
cd src-tauri
128128
# Add the Tokio crate
129-
cargo add tokio
129+
cargo add tokio -F time
130130
# Optionally go back to the top folder to keep developing
131131
# `tauri dev` can figure out where to run automatically
132132
cd ..

0 commit comments

Comments
 (0)