We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659e637 commit 9f30f42Copy full SHA for 9f30f42
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rust_fractal"
3
-version = "0.7.0"
+version = "0.7.1"
4
authors = ["jackyarndley <34801340+jackyarndley@users.noreply.github.com>"]
5
description = "Fast, efficient mandelbrot set renderer."
6
edition = "2018"
@@ -26,4 +26,4 @@ features = ["float", "complex"]
26
lto = "fat"
27
codegen-units = 1
28
#debug = true
29
-opt-level=3
+opt-level=3
0 commit comments