Skip to content

Commit

Permalink
chore: update workspace versions because smart-release won't do it fo…
Browse files Browse the repository at this point in the history
…r me I guess
  • Loading branch information
denehoffman committed May 16, 2024
1 parent fe0c603 commit c64e144
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"
default-members = ["crates/*"]

[workspace.package]
version = "0.4.1"
version = "0.4.3"
edition = "2021"
authors = ["Nathaniel Dene Hoffman <dene@cmu.edu>"]
description = "A library to create and operate models for particle physics amplitude analyses"
Expand All @@ -13,9 +13,9 @@ homepage = "https://github.com/denehoffman/rustitude/"
license-file = "LICENSE"

[workspace.dependencies]
rustitude = { version = "0.4.1", path = "crates/rustitude", default-features = false }
rustitude-core = { version = "1.0.0", path = "crates/rustitude-core", default-features = false }
rustitude-gluex = { version = "0.2.0", path = "crates/rustitude-gluex", default-features = false }
rustitude = { version = "0.4.3", path = "crates/rustitude", default-features = false }
rustitude-core = { version = "1.0.1", path = "crates/rustitude-core", default-features = false }
rustitude-gluex = { version = "0.2.2", path = "crates/rustitude-gluex", default-features = false }
criterion = "0.5.1"
rayon = { version = "1.8.0" }
approx = { version = "0.5.1", features = ["num-complex"] }
Expand Down

0 comments on commit c64e144

Please sign in to comment.