Skip to content

Commit

Permalink
chore: bump crates' versions to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed May 31, 2024
1 parent b29a13c commit 69490cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
[workspace.package]
edition = "2021"
license = "MIT OR Apache-2.0"
version = "0.3.0"
version = "0.3.1"
homepage = "https://lihpc-computational-geometry.github.io/honeycomb/"
repository = "https://github.com/LIHPC-Computational-Geometry/honeycomb"
readme = "README.md"
Expand All @@ -22,10 +22,10 @@ authors = ["Isaie Muron <[email protected]>", "Cedric Chevalier <cedric.chevali

[workspace.dependencies]
# members
honeycomb-benches = { version = "0.3.0", path = "./benches" }
honeycomb-core = { version = "0.3.0", path = "./honeycomb-core" }
honeycomb-examples = { version = "0.3.0", path = "./examples" }
honeycomb-render = { version = "0.3.0", path = "./honeycomb-render" }
honeycomb-benches = { version = "0.3.1", path = "./benches" }
honeycomb-core = { version = "0.3.1", path = "./honeycomb-core" }
honeycomb-examples = { version = "0.3.1", path = "./examples" }
honeycomb-render = { version = "0.3.1", path = "./honeycomb-render" }

# common
cfg-if = "1"
Expand Down

0 comments on commit 69490cd

Please sign in to comment.