Skip to content

Commit

Permalink
0.4.1 Examples and Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Sep 2, 2024
1 parent 2341ad5 commit 68a1cb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand All @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
===============================================================================
```

Expand Down

0 comments on commit 68a1cb6

Please sign in to comment.