Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 7, 2024
1 parent d0bff35 commit a87d94e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/end-user-happ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ resolver = "2"
members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*", "src-tauri"]

[workspace.dependencies]
hdi = "0.5.0-dev"
hdk = "0.4.0-dev"
hdi = "0.5.0-rc"
hdk = "0.4.0-rc"
serde = "1.0"

[workspace.dependencies.posts]
Expand Down
4 changes: 2 additions & 2 deletions examples/end-user-happ/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ tauri-build = { version = "2.0.0", default-features = false, features = [
[dependencies]
tauri = { version = "2.0.0", features = [] }
tauri-plugin-holochain = { path = "../../../crates/tauri-plugin-holochain" }
holochain_types = { version = "0.4.0-dev" }
holochain_types = { version = "0.4.0-rc" }
lair_keystore = { version = "0.5.1" }
holochain_client = { version = "0.6.0-dev" }
holochain_client = { version = "0.6.0-dev.9" }
log = "0.4"
tauri-plugin-log = "2.0.0"
url2 = "0.0.6"
Expand Down

0 comments on commit a87d94e

Please sign in to comment.