Skip to content

Commit 69490cd

Browse files
committed
chore: bump crates' versions to 0.3.1
1 parent b29a13c commit 69490cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
[workspace.package]
1212
edition = "2021"
1313
license = "MIT OR Apache-2.0"
14-
version = "0.3.0"
14+
version = "0.3.1"
1515
homepage = "https://lihpc-computational-geometry.github.io/honeycomb/"
1616
repository = "https://github.com/LIHPC-Computational-Geometry/honeycomb"
1717
readme = "README.md"
@@ -22,10 +22,10 @@ authors = ["Isaie Muron <[email protected]>", "Cedric Chevalier <cedric.chevali
2222

2323
[workspace.dependencies]
2424
# members
25-
honeycomb-benches = { version = "0.3.0", path = "./benches" }
26-
honeycomb-core = { version = "0.3.0", path = "./honeycomb-core" }
27-
honeycomb-examples = { version = "0.3.0", path = "./examples" }
28-
honeycomb-render = { version = "0.3.0", path = "./honeycomb-render" }
25+
honeycomb-benches = { version = "0.3.1", path = "./benches" }
26+
honeycomb-core = { version = "0.3.1", path = "./honeycomb-core" }
27+
honeycomb-examples = { version = "0.3.1", path = "./examples" }
28+
honeycomb-render = { version = "0.3.1", path = "./honeycomb-render" }
2929

3030
# common
3131
cfg-if = "1"

0 commit comments

Comments
 (0)