Skip to content

Commit

Permalink
cosmocalc 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Sep 16, 2022
1 parent b949222 commit 2372727
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.venv

# Generated by Cargo
# will have compiled files and executables
/target/
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmocalc"
version = "0.1.0"
version = "0.2.0"
authors = [ "redshiftzero" ]
description = "A library for cosmological physics calculations"
repository = "https://github.com/redshiftzero/cosmocalc.rs"
Expand All @@ -19,6 +19,7 @@ criterion = { version = "0.3", features=["html_reports"] }

[[bench]]
name = "distances"
path = "benches/distances.rs"
harness = false

[profile.release]
Expand Down

0 comments on commit 2372727

Please sign in to comment.