Skip to content

Commit 4e2927e

Browse files
authored
Merge branch 'main' into jorrit/fix-remove-sdk-deps-from-programs
2 parents b7b5a94 + 7719297 commit 4e2927e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ light-sdk-pinocchio = { path = "sdk-libs/sdk-pinocchio", version = "0.18.0" }
190190
light-sdk-macros = { path = "sdk-libs/macros", version = "0.18.0" }
191191
light-sdk-types = { path = "sdk-libs/sdk-types", version = "0.18.0", default-features = false }
192192
light-compressed-account = { path = "program-libs/compressed-account", version = "0.8.0", default-features = false }
193-
light-compressible = { path = "program-libs/compressible", version = "0.3.0", default-features = false }
193+
light-compressible = { path = "program-libs/compressible", version = "0.3.1", default-features = false }
194194
light-token-interface = { path = "program-libs/token-interface", version = "0.2.0" }
195195
light-account-checks = { path = "program-libs/account-checks", version = "0.6.0", default-features = false }
196196
light-verifier = { path = "program-libs/verifier", version = "7.0.0" }

program-libs/compressible/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-compressible"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Light Protocol compressible data structures"
66
license = "MIT"

0 commit comments

Comments
 (0)