From 08c33001d2280e26429db1422e360f0c9a65a4f6 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Mon, 30 Sep 2024 19:09:11 +0200 Subject: [PATCH] Fix --- wit/deps/golem-1.1/golem-oplog-1.1.wit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wit/deps/golem-1.1/golem-oplog-1.1.wit b/wit/deps/golem-1.1/golem-oplog-1.1.wit index 19842d7..113a4b2 100644 --- a/wit/deps/golem-1.1/golem-oplog-1.1.wit +++ b/wit/deps/golem-1.1/golem-oplog-1.1.wit @@ -3,9 +3,10 @@ package golem:api@1.1.0-rc1; /// Host interface for enumerating and searching for worker oplogs interface oplog { use wasi:clocks/wall-clock@0.2.0.{datetime}; - use golem:api/host@1.1.0-rc1.{account-id, component-version, oplog-index, retry-policy, worker-id}; use golem:rpc/types@0.1.0.{wit-value}; + use host.{account-id, component-version, oplog-index, retry-policy, worker-id}; + variant wrapped-function-type { /// The side-effect reads from the worker's local state (for example local file system, /// random generator, etc.)