Skip to content

Commit

Permalink
chore: correct forester-utils version
Browse files Browse the repository at this point in the history
  • Loading branch information
ananas-block authored and vadorovsky committed Sep 20, 2024
1 parent c53bbfb commit d469ea2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ light-sdk-macros = { path = "macros/light-sdk-macros", version = "0.1.0" }
light-utils = { path = "utils", version = "1.0.0" }
light-verifier = { path = "circuit-lib/verifier", version = "1.0.0" }
photon-api = { path = "photon-api", version = "0.45.0" }
forester-utils = { path = "forester-utils", version = "0.1.0" }
forester-utils = { path = "forester-utils", version = "1.1.0" }
light-hash-set = { path = "merkle-tree/hash-set", version = "1.1.0" }
account-compression = { path = "programs/account-compression", version = "1.1.0", features = ["cpi"] }
light-compressed-token = { path = "programs/compressed-token", version = "1.1.0", features = ["cpi"] }
Expand Down
2 changes: 1 addition & 1 deletion forester-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forester-utils"
version = "0.1.0"
version = "1.1.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lightprotocol/light-protocol"
Expand Down

0 comments on commit d469ea2

Please sign in to comment.