Skip to content

Commit 9f30f42

Browse files
authored
Update Cargo.toml
1 parent 659e637 commit 9f30f42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_fractal"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["jackyarndley <34801340+jackyarndley@users.noreply.github.com>"]
55
description = "Fast, efficient mandelbrot set renderer."
66
edition = "2018"
@@ -26,4 +26,4 @@ features = ["float", "complex"]
2626
lto = "fat"
2727
codegen-units = 1
2828
#debug = true
29-
opt-level=3
29+
opt-level=3

0 commit comments

Comments
 (0)