Skip to content

Commit 2b43229

Browse files
authored
Merge pull request #156 from faizsarwar/patch-2
Fix issue in README / Rust example
2 parents b76ac94 + 328f3e7 commit 2b43229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/03-rust-sqlx/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Create the example skeleton and copy in the Rust source:
77

88
```sh
99
$ cargo new b
10-
$ cargo build
10+
$ cargo build --release
1111
```
1212

1313
Now we create the filesystem layout with the required libraries:

0 commit comments

Comments
 (0)