File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments