Skip to content

Commit d469ea2

Browse files
ananas-blockvadorovsky
authored andcommitted
chore: correct forester-utils version
1 parent c53bbfb commit d469ea2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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
@@ -82,7 +82,7 @@ light-sdk-macros = { path = "macros/light-sdk-macros", version = "0.1.0" }
8282
light-utils = { path = "utils", version = "1.0.0" }
8383
light-verifier = { path = "circuit-lib/verifier", version = "1.0.0" }
8484
photon-api = { path = "photon-api", version = "0.45.0" }
85-
forester-utils = { path = "forester-utils", version = "0.1.0" }
85+
forester-utils = { path = "forester-utils", version = "1.1.0" }
8686
light-hash-set = { path = "merkle-tree/hash-set", version = "1.1.0" }
8787
account-compression = { path = "programs/account-compression", version = "1.1.0", features = ["cpi"] }
8888
light-compressed-token = { path = "programs/compressed-token", version = "1.1.0", features = ["cpi"] }

forester-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forester-utils"
3-
version = "0.1.0"
3+
version = "1.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
repository = "https://github.com/lightprotocol/light-protocol"

0 commit comments

Comments
 (0)