From 0be9a41aeca0b9e3ffbc7cee05bce8c1194c40d0 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Tue, 6 Dec 2022 14:11:26 +0100 Subject: [PATCH] build: bump `dir` subcrate to 0.1.1 Signed-off-by: Roman Volosatovs --- dir/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dir/Cargo.toml b/dir/Cargo.toml index eaf3223..c0f9980 100644 --- a/dir/Cargo.toml +++ b/dir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime-vfs-dir" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "In-memory WASI directory" authors = ["The Enarx Project Developers"]