Skip to content

Commit

Permalink
Merge branch 'master' into feat--update-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
frdomovic authored Dec 16, 2024
2 parents 253d19c + bd401e7 commit bfc491d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 38 deletions.
49 changes: 13 additions & 36 deletions logic/Cargo.lock

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

3 changes: 1 addition & 2 deletions logic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
# calimero-sdk = { git = "https://github.com/calimero-network/core", branch = "master" }
calimero-sdk = { path = "../../core/crates/sdk" }
calimero-sdk = { git = "https://github.com/calimero-network/core", branch = "master" }
calimero-storage = { git = "https://github.com/calimero-network/core", branch = "master" }
hex = "0.4.3"
serde_json = "1.0.133"
Expand Down

0 comments on commit bfc491d

Please sign in to comment.