Skip to content

Commit 30563da

Browse files
committed
Mention update of actix-web in actix-gcd example.
1 parent 268dd00 commit 30563da

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ terms of the MIT license. See [LICENSE-MIT](LICENSE-MIT) for details.
1616
common denominator of a list of numbers.
1717

1818
- The `actix-gcd` directory holds the code for the simple web service,
19-
implemented using the [`actix-web`] framework, that computes greatest common
20-
denominators.
21-
22-
- The Mandelbrot plotting program has its own repository, at
19+
implemented using the [`actix-web`] framework, that computes
20+
greatest common denominators.
21+
22+
Note that the code shown here has been updated to use a newer
23+
version of `actix-web` than shown in the book, to address security
24+
holes in earlier versions of the framework.
25+
26+
- the Mandelbrot plotting program has its own repository, at
2327
`https://github.com/ProgrammingRust/mandelbrot`. This repository contains
2428
several branches, each showing a different implementation strategy. The
2529
`single-threaded` branch holds the code for the single-threaded version, and

0 commit comments

Comments
 (0)