Skip to content

Commit 3700309

Browse files
committed
update to debug version
1 parent 8a77329 commit 3700309

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dnas/notebooks/zomes/coordinator/syn/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ name = "syn"
1010
[dependencies]
1111
derive_more = "0"
1212

13-
hc_zome_syn_coordinator = { git = "https://github.com/holochain/syn", branch = "main-0.4" }
13+
hc_zome_syn_coordinator = { git = "https://github.com/holochain/syn", branch = "feature/debug-overwrite" }

dnas/notebooks/zomes/integrity/syn/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ name = "syn_integrity"
1111
derive_more = "0"
1212
serde = "1"
1313

14-
hc_zome_syn_integrity = { git = "https://github.com/holochain/syn", branch = "main-0.4" }
14+
hc_zome_syn_integrity = { git = "https://github.com/holochain/syn", branch = "feature/debug-overwrite" }

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Notebooks UI",
44
"license": "MIT",
55
"author": "[email protected]",
6-
"version": "0.4.1-rc.0",
7-
"dnaVersion": "0.4.1",
6+
"version": "0.4.1-debug.0",
7+
"dnaVersion": "0.4.1-debug.0",
88
"scripts": {
99
"start": "vite --port $UI_PORT --clearScreen false",
1010
"build": "vite build",

0 commit comments

Comments
 (0)