Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
sdk-0.2.0
  • Loading branch information
mjbrisebois committed Mar 14, 2024
1 parent 76cd238 commit a9c81c1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
6 changes: 3 additions & 3 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hc_portal_sdk"
version = "0.1.3"
version = "0.2.0"
authors = ["Matthew Brisebois <[email protected]>"]
edition = "2018"
license = "CAL-1.0"
Expand All @@ -14,8 +14,8 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
hc_crud_caps = "0.11"
# hc_portal_types = "0.9.0"
hc_portal_types = { path = "../types" }
hc_portal_types = "0.10.0"
# hc_portal_types = { path = "../types" }
rmpv = { version = "1", features = ["with-serde"] }
serde = "1"
whi_hdk_extensions = "0.5"
4 changes: 3 additions & 1 deletion tests/zomes/Cargo.lock

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

17 changes: 14 additions & 3 deletions zomes/Cargo.lock

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

0 comments on commit a9c81c1

Please sign in to comment.