Skip to content

Commit 656e128

Browse files
committed
Bump versions to 09/03
1 parent a906c77 commit 656e128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "columnar"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55
description = "Conversion from arrays of complex structs to simple structs of arrays"
66
edition = "2021"
@@ -19,7 +19,7 @@ members = ["columnar_derive"]
1919
serde = { version = "1.0", optional = true, features = ["derive"] }
2020
smallvec = { version = "1.13.2", features = ["const_generics"] }
2121
bytemuck = "1.20"
22-
columnar_derive = { path = "columnar_derive", version = "0.2" }
22+
columnar_derive = { path = "columnar_derive", version = "0.3" }
2323

2424
[dev-dependencies]
2525
bencher = "0.1.5"

columnar_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "columnar_derive"
3-
version = "0.2.7"
3+
version = "0.3.0"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55
description = "Derive macros for columnar crate"
66
edition = "2021"

0 commit comments

Comments
 (0)