From 596043333fca317b2eb60ab72548a9003fa6eaf7 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Sun, 7 Jan 2024 05:54:48 +0000 Subject: [PATCH] bump wasi-vfs to 0.5.1 I forgot to bump the version in source --- Formula/wasi-vfs.rb | 2 +- README.md | 2 +- crates/wasi-libc-trampoline-bindgen/Cargo.toml | 2 +- crates/wasi-vfs-cli/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/wasi-vfs.rb b/Formula/wasi-vfs.rb index 5f06a33..2df5757 100644 --- a/Formula/wasi-vfs.rb +++ b/Formula/wasi-vfs.rb @@ -1,7 +1,7 @@ class WasiVfs < Formula desc "A virtual filesystem layer for WASI." homepage "https://github.com/kateinoigakukun/wasi-vfs" - url "https://github.com/kateinoigakukun/wasi-vfs.git", tag: "v0.4.0", using: :git + url "https://github.com/kateinoigakukun/wasi-vfs.git", tag: "v0.5.1", using: :git head "https://github.com/kateinoigakukun/wasi-vfs.git", branch: "main" license "Apache-2.0" => { with: "LLVM-exception" } diff --git a/README.md b/README.md index 3ae77a8..533f07a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This project provides a language and host-agnostic virtual filesystem layer for A typical installation from the release binaries might look like the following: ```console -$ export WASI_VFS_VERSION=0.4.0 +$ export WASI_VFS_VERSION=0.5.1 # For x86_64 Linux host machine $ curl -LO "https://github.com/kateinoigakukun/wasi-vfs/releases/download/v${WASI_VFS_VERSION}/wasi-vfs-cli-x86_64-unknown-linux-gnu.zip" diff --git a/crates/wasi-libc-trampoline-bindgen/Cargo.toml b/crates/wasi-libc-trampoline-bindgen/Cargo.toml index 61b1b2e..354016b 100644 --- a/crates/wasi-libc-trampoline-bindgen/Cargo.toml +++ b/crates/wasi-libc-trampoline-bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi-libc-trampoline-bindgen" -version = "0.4.0" +version = "0.5.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/wasi-vfs-cli/Cargo.toml b/crates/wasi-vfs-cli/Cargo.toml index e2f397c..535ba50 100644 --- a/crates/wasi-vfs-cli/Cargo.toml +++ b/crates/wasi-vfs-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi-vfs-cli" -version = "0.4.0" +version = "0.5.1" edition = "2021" [[bin]]