Skip to content

Commit 6eef760

Browse files
authored
Update wasi interfaces to 0.2.6 (#42)
- pins rust to 1.91 - uses wasi:config@0.2.0-rc.1 Signed-off-by: Scott Andrews <scott@andrews.me>
1 parent a8cee3a commit 6eef760

File tree

54 files changed

+588
-374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+588
-374
lines changed

components/credential-config/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ fn config_err_map(err: store::Error) -> Error {
4848
wit_bindgen::generate!({
4949
path: "../wit",
5050
world: "credential-config",
51+
features: ["clocks-timezone"],
5152
generate_all
5253
});
5354

components/filesystem-credential-admin/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ impl Guest for FilesystemCredentialAdmin {
4545
wit_bindgen::generate!({
4646
path: "../wit",
4747
world: "filesystem-credential-admin",
48+
features: ["clocks-timezone"],
4849
generate_all
4950
});
5051

components/filesystem-credential-store/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ impl Guest for FilesystemCredentialStore {
4141
wit_bindgen::generate!({
4242
path: "../wit",
4343
world: "filesystem-credential-store",
44+
features: ["clocks-timezone"],
4445
generate_all
4546
});
4647

components/filesystem-lifecycle/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ impl Lifecycle for FilesystemService {
179179
wit_bindgen::generate!({
180180
path: "../wit",
181181
world: "filesystem-lifecycle",
182+
features: ["clocks-timezone"],
182183
generate_all
183184
});
184185

components/keyvalue-credential-admin/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ impl Guest for KeyvalueCredentialAdmin {
6363
wit_bindgen::generate!({
6464
path: "../wit",
6565
world: "keyvalue-credential-admin",
66+
features: ["clocks-timezone"],
6667
generate_all
6768
});
6869

components/keyvalue-credential-store/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ impl Guest for KeyvalueCredentialStore {
6464
wit_bindgen::generate!({
6565
path: "../wit",
6666
world: "keyvalue-credential-store",
67+
features: ["clocks-timezone"],
6768
generate_all
6869
});
6970

components/lifecycle-host-cli/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ impl UuidIds {
336336
wit_bindgen::generate!({
337337
path: "../wit",
338338
world: "lifecycle-host-cli",
339+
features: ["clocks-timezone"],
339340
generate_all
340341
});
341342

components/lifecycle-host-http/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ fn get_params(query: &querystring::QueryParams, key: &str) -> Option<Vec<String>
210210
wit_bindgen::generate!({
211211
path: "../wit",
212212
world: "lifecycle-host-http",
213+
features: ["clocks-timezone"],
213214
generate_all
214215
});
215216

components/valkey-lifecycle/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ impl From<valkey::Error> for Error {
249249
wit_bindgen::generate!({
250250
path: "../wit",
251251
world: "valkey-lifecycle",
252+
features: ["clocks-timezone"],
252253
generate_all
253254
});
254255

components/webhook-credential-admin/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ impl Guest for WebhookCredentialAdmin {
105105
wit_bindgen::generate!({
106106
path: "../wit",
107107
world: "webhook-credential-admin",
108+
features: ["clocks-timezone"],
108109
generate_all
109110
});
110111

0 commit comments

Comments
 (0)