Skip to content

Commit e47fedd

Browse files
iajoinerclaude
andcommitted
chore: bump proof-of-sql to 0.127.25 & node version to 1.3.0
πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 985fbaa commit e47fedd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ lazy_static = { version = "1.5.0", features = ["spin_no_std"] }
9191
on-chain-table = { path = "./proof-of-sql/on-chain-table/", default-features = false }
9292
postcard = { version = "1.0.10", default-features = false }
9393
primitive-types = { version = "0.12.2", default-features = false }
94-
proof-of-sql = { version = "0.121.1", default-features = false }
95-
proof-of-sql-planner = { version = "0.121.1", default-features = false }
94+
proof-of-sql = { version = "0.127.25", default-features = false }
95+
proof-of-sql-planner = { version = "0.127.25", default-features = false }
9696
proof-of-sql-commitment-map = { path = "./proof-of-sql/commitment-map/", default-features = false }
9797
commitment-column-mapping = { path = "./proof-of-sql/commitment-column-mapping/", default-features = false }
9898
proof-of-sql-static-setups = { path = "./proof-of-sql/static-setups/", default-features = false }

β€Žnode/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sxt-node"
33
description = "The Space and Time Transaction Node"
4-
version = "1.2.2"
4+
version = "1.3.0"
55
license = "Unlicense"
66
authors.workspace = true
77
homepage.workspace = true

0 commit comments

Comments
Β (0)