Skip to content

Commit

Permalink
bump to 0.4.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Nov 26, 2024
1 parent 9dbf7dd commit 0d771bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
'on':
push:
branches:
- main
- holochain-0.4
tags-ignore:
- '**'
paths-ignore:
Expand Down
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
edition = "2021"
name = "hc-spin-rust-utils"
version = "0.400.0"
version = "0.400.0-rc.0"

[lib]
crate-type = ["cdylib"]

[dependencies]
# We keep those holochain dependencies separate from the root project to avoid irrelevant incompatibilities
holochain_integrity_types = "0.4.0-dev.1"
holochain_types = "0.4.0-dev.1"
holochain_zome_types = "0.4.0-dev.1"
holo_hash = "0.4.0-dev.1"
kitsune_p2p_timestamp = "0.4.0-dev.0"
lair_keystore_api = "0.4.4"
holochain_integrity_types = "0.4.0-rc.0"
holochain_types = "0.4.0-rc.1"
holochain_zome_types = "0.4.0-rc.1"
holo_hash = "0.4.0-rc.0"
kitsune_p2p_timestamp = "0.4.0-rc.0"
lair_keystore_api = "0.5.2"

hex = "0.4.3"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/* auto-generated by NAPI-RS */

export function saveHappOrWebhapp(happOrWebHappPath: string, appId: string, uisDir: string, happsDir: string): Promise<void>
export declare function saveHappOrWebhapp(happOrWebHappPath: string, appId: string, uisDir: string, happsDir: string): Promise<void>
export interface ZomeCallUnsignedNapi {
cellId: Array<Array<number>>
zomeName: string
Expand Down

0 comments on commit 0d771bb

Please sign in to comment.