Skip to content

Commit feab65f

Browse files
committed
bump
1 parent 90c87fe commit feab65f

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
@@ -3,7 +3,7 @@ members = ["codegen", "examples", "performance_measurement", "performance_measur
33

44
[package]
55
name = "worktable"
6-
version = "0.9.0-alpha1"
6+
version = "0.9.0-alpha2"
77
edition = "2024"
88
authors = ["Handy-caT"]
99
license = "MIT"
@@ -17,7 +17,7 @@ s3-support = ["dep:rust-s3", "dep:aws-creds", "dep:aws-region", "dep:walkdir", "
1717
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1818

1919
[dependencies]
20-
worktable_codegen = { path = "codegen", version = "=0.9.0-alpha1" }
20+
worktable_codegen = { path = "codegen", version = "=0.9.0-alpha2" }
2121

2222
async-trait = "0.1.89"
2323
eyre = "0.6.12"

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "worktable_codegen"
3-
version = "0.9.0-alpha1"
3+
version = "0.9.0-alpha2"
44
edition = "2024"
55
license = "MIT"
66
description = "WorkTable codegeneration crate"

0 commit comments

Comments
 (0)