diff --git a/Cargo.toml b/Cargo.toml index 6d3c6d1e..13e63b85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peng_quad" -version = "0.4.0" +version = "0.4.1" edition = "2021" rust-version = "1.76" authors = ["Yang Zhou "] @@ -24,7 +24,7 @@ opt-level = 1 # Enable a small amount of optimization in the dev profile. opt-level = 3 # Enable a large amount of optimization in the dev profile for dependencies. [profile.release] codegen-units = 1 # Compile the entire crate as one unit. -lto = "thin" # Do a second optimization pass over the entire program, including dependencies. +lto = "thin" # Do a second optimization pass over the entire program, including dependencies. [dependencies] nalgebra = "0.33.0" rand = "0.8.5" diff --git a/README.md b/README.md index 280c4b6b..0d1eb42c 100644 --- a/README.md +++ b/README.md @@ -100,16 +100,16 @@ The markdown lines are used for generating the documentation. TOML 1 38 37 0 1 YAML 1 121 98 9 14 ------------------------------------------------------------------------------- - Markdown 4 284 0 215 69 + Markdown 4 283 0 215 68 |- BASH 1 6 6 0 0 |- Markdown 1 18 0 18 0 - (Total) 308 6 233 69 + (Total) 307 6 233 68 ------------------------------------------------------------------------------- Rust 3 1516 1492 8 16 - |- Markdown 2 1199 0 1191 8 - (Total) 2715 1492 1199 24 + |- Markdown 2 1200 0 1192 8 + (Total) 2716 1492 1200 24 =============================================================================== - Total 10 1960 1628 232 100 + Total 10 1959 1628 232 99 =============================================================================== ```