Skip to content

Commit 17aa989

Browse files
authored
Version bump (#91)
1 parent 1331726 commit 17aa989

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["codegen", "examples", "performance_measurement", "performance_measur
33

44
[package]
55
name = "worktable"
6-
version = "0.6.9"
6+
version = "0.6.10"
77
edition = "2024"
88
authors = ["Handy-caT"]
99
license = "MIT"
@@ -22,7 +22,7 @@ tokio = { version = "1", features = ["full"] }
2222
tracing = "0.1"
2323
rkyv = { version = "0.8.9", features = ["uuid-1"] }
2424
lockfree = { version = "0.5.1" }
25-
worktable_codegen = { path = "codegen", version = "0.6.7" }
25+
worktable_codegen = { path = "codegen", version = "0.6.9" }
2626
fastrand = "2.3.0"
2727
futures = "0.3.30"
2828
uuid = { version = "1.10.0", features = ["v4", "v7"] }

0 commit comments

Comments
 (0)