Skip to content

Commit 0bc3e5d

Browse files
committed
update version
1 parent 796241c commit 0bc3e5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_fractal"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["jackyarndley <[email protected]>"]
55
description = "Fast, efficient mandelbrot set renderer."
66
edition = "2018"

high.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ valid_iteration_probe_multiplier = 0.01
2222

2323
experimental = true
2424

25-
analytic_derivative = true
25+
analytic_derivative = false
2626
jitter = false

0 commit comments

Comments
 (0)