Skip to content

Commit 2a00d90

Browse files
committed
fix: cyphera dependency 0.0.2-alpha.1 → 0.0.1-alpha.4
Earlier bump was wrong — the cyphera-rust SDK was published at 0.0.1-alpha.4 (alpha+1 from prior 0.0.1-alpha.3), not the assumed minor bump. Picks up the schema rename and 2-arg-access error.
1 parent 6a3b42c commit 2a00d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pg_test = []
1919

2020
[dependencies]
2121
pgrx = "0.13"
22-
cyphera = "0.0.2-alpha.1"
22+
cyphera = "0.0.1-alpha.4"
2323
serde_json = "1.0"
2424
once_cell = "1.19"
2525
hex = "0.4"

0 commit comments

Comments
 (0)