Skip to content

Commit 23c3abc

Browse files
rest of them
1 parent 2d6d128 commit 23c3abc

File tree

11 files changed

+2569
-49
lines changed

11 files changed

+2569
-49
lines changed

samples/wasm/rust/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TARGET_SUBDIRECTORY := $(if $(value RELEASE),release,debug)
44

55
REPOSITORY_ROOT := $(shell git rev-parse --show-toplevel)
66

7-
1P_MODULES := collection enrichment format humidity otel-transform otel-enrich snapshot
7+
1P_MODULES := collection enrichment format humidity otel-transform otel-enrich snapshot temperature viconverter window
88

99
TAGS ?= {{repository}}
1010
EXTRA_FLAGS += $(if $(value PUSH),--push,--load)

samples/wasm/rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ edition = "2021"
4040
4141
[dependencies]
4242
wit-bindgen = "0.22"
43-
wasm_graph_sdk = { version = "0.2.0", registry="azure-vscode-tinykube" }
43+
wasm_graph_sdk = { version = "=1.1.1", registry = "aio-sdks" }
4444
serde = { version = "1", default-features = false, features = ["derive"] }
4545
serde_json = { version = "1", default-features = false, features = ["alloc"] }
4646

0 commit comments

Comments
 (0)