From ecda7515eaaed50c84df68f2dc2354285e245588 Mon Sep 17 00:00:00 2001
From: Dave Bakker
Date: Thu, 6 Mar 2025 10:01:52 +0100
Subject: [PATCH] Downgrade package version to `0.2.0-draft`
---
imports.md | 4 ++--
wit/world.wit | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/imports.md b/imports.md
index 48c466d..ea2d2fb 100644
--- a/imports.md
+++ b/imports.md
@@ -5,7 +5,7 @@
interface wasi:io/error@0.2.3
interface wasi:io/poll@0.2.3
interface wasi:io/streams@0.2.3
-interface wasi:tls/types@0.2.3
+interface wasi:tls/types@0.2.0-draft
@@ -425,7 +425,7 @@ is ready for reading, before performing the splice.
-Import interface wasi:tls/types@0.2.3
+Import interface wasi:tls/types@0.2.0-draft
Types
type input-stream
diff --git a/wit/world.wit b/wit/world.wit
index d9a291a..8efd959 100644
--- a/wit/world.wit
+++ b/wit/world.wit
@@ -1,4 +1,4 @@
-package wasi:tls@0.2.3;
+package wasi:tls@0.2.0-draft;
@unstable(feature = tls)
world imports {