Skip to content

Commit 9b352cd

Browse files
committed
chore: bump package versions for release
1 parent 2ce3079 commit 9b352cd

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
[workspace.package]
1414
edition = "2024"
1515
license = "MIT OR Apache-2.0"
16-
version = "0.8.1"
16+
version = "0.9.0"
1717
homepage = "https://lihpc-computational-geometry.github.io/honeycomb/"
1818
repository = "https://github.com/LIHPC-Computational-Geometry/honeycomb"
1919
readme = "README.md"
@@ -27,12 +27,12 @@ authors = [
2727

2828
[workspace.dependencies]
2929
# members
30-
honeycomb = { version = "0.8.1", path = "./honeycomb" }
31-
honeycomb-benches = { version = "0.8.1", path = "./benches" }
32-
honeycomb-core = { version = "0.8.1", path = "./honeycomb-core" }
33-
honeycomb-kernels = { version = "0.8.1", path = "./honeycomb-kernels" }
34-
honeycomb-examples = { version = "0.8.1", path = "./examples" }
35-
honeycomb-render = { version = "0.8.1", path = "./honeycomb-render" }
30+
honeycomb = { version = "0.9.0", path = "./honeycomb" }
31+
honeycomb-benches = { version = "0.9.0", path = "./benches" }
32+
honeycomb-core = { version = "0.9.0", path = "./honeycomb-core" }
33+
honeycomb-kernels = { version = "0.9.0", path = "./honeycomb-kernels" }
34+
honeycomb-examples = { version = "0.9.0", path = "./examples" }
35+
honeycomb-render = { version = "0.9.0", path = "./honeycomb-render" }
3636

3737
# common
3838
clap = "4.5.29"

honeycomb-core/src/cmap/builder/tests.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -561,11 +561,11 @@ mod cmap {
561561

562562
#[cfg(test)]
563563
const BAD_METAS: [&str; 9] = [
564-
"0.8.1 2", // 2 elems
565-
"0.8.1 2 18 23", // 4 elems
566-
"0.8.1 2.5 18", // bad dim
567-
"0.8.1 2 hi", // bad darts
568-
"0.8.1 bye 18", // bad dim again
564+
"0.9.0 2", // 2 elems
565+
"0.9.0 2 18 23", // 4 elems
566+
"0.9.0 2.5 18", // bad dim
567+
"0.9.0 2 hi", // bad darts
568+
"0.9.0 bye 18", // bad dim again
569569
"super super bad header", // ...
570570
" ", // "" + ' ' + "" + ' ' + ""
571571
"", // empty
@@ -576,7 +576,7 @@ mod cmap {
576576

577577
#[cfg(test)]
578578
const MAP: &[u8] = b"[META]
579-
0.8.1 2 4
579+
0.9.0 2 4
580580
581581
[BETAS]
582582
0 4 1 2 3

0 commit comments

Comments
 (0)