Skip to content

Commit 1ef5ae0

Browse files
committed
chore: Update metadata in Cargo.toml
1 parent 169e238 commit 1ef5ae0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
[package]
22
name = "nuts-rs"
33
version = "0.5.0"
4-
authors = ["Adrian Seyboldt <[email protected]>"]
4+
authors = ["Adrian Seyboldt <[email protected]>", "PyMC Developers <[email protected]>"]
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/pymc-devs/nuts-rs"
88
keywords = ["statistics", "bayes"]
99
description = "Sample from unnormalized densities using Hamiltonian MCMC"
1010

11-
[profile.release]
12-
debug = true
13-
lto = "fat"
14-
opt-level = 2
15-
codegen-units = 1
16-
1711
[profile.bench]
1812
debug = true
1913
lto = "fat"

0 commit comments

Comments
 (0)