File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
honeycomb-core/src/cmap/builder Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ members = [
13
13
[workspace .package ]
14
14
edition = " 2024"
15
15
license = " MIT OR Apache-2.0"
16
- version = " 0.8.1 "
16
+ version = " 0.9.0 "
17
17
homepage = " https://lihpc-computational-geometry.github.io/honeycomb/"
18
18
repository = " https://github.com/LIHPC-Computational-Geometry/honeycomb"
19
19
readme = " README.md"
@@ -27,12 +27,12 @@ authors = [
27
27
28
28
[workspace .dependencies ]
29
29
# 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" }
36
36
37
37
# common
38
38
clap = " 4.5.29"
Original file line number Diff line number Diff line change @@ -561,11 +561,11 @@ mod cmap {
561
561
562
562
#[ cfg( test) ]
563
563
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
569
569
"super super bad header" , // ...
570
570
" " , // "" + ' ' + "" + ' ' + ""
571
571
"" , // empty
@@ -576,7 +576,7 @@ mod cmap {
576
576
577
577
#[ cfg( test) ]
578
578
const MAP : & [ u8 ] = b"[META]
579
- 0.8.1 2 4
579
+ 0.9.0 2 4
580
580
581
581
[BETAS]
582
582
0 4 1 2 3
You can’t perform that action at this time.
0 commit comments